mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 15:37:54 +00:00
2009-01-14 Joseph Myers <joseph@codesourcery.com>
Carlos O'Donell <carlos@codesourcery.com> Fixes for makeinfo --html. * annotate.texinfo: Use @copying and @insertcopying. Use @ifnottex in place of @ifinfo. * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in place of @ifinfo. Use @ifnotinfo for one index entry. * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex in place of @ifinfo. * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex in place of @ifinfo. Include contents at start unconditionally.
This commit is contained in:
parent
e4d013fc0f
commit
a67ec3f4ff
@ -1,3 +1,17 @@
|
|||||||
|
2009-01-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
|
Fixes for makeinfo --html.
|
||||||
|
|
||||||
|
* annotate.texinfo: Use @copying and @insertcopying. Use
|
||||||
|
@ifnottex in place of @ifinfo.
|
||||||
|
* gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
|
||||||
|
place of @ifinfo. Use @ifnotinfo for one index entry.
|
||||||
|
* gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
|
||||||
|
in place of @ifinfo.
|
||||||
|
* stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
|
||||||
|
in place of @ifinfo. Include contents at start unconditionally.
|
||||||
|
|
||||||
2009-01-13 Pedro Alves <pedro@codesourcery.com>
|
2009-01-13 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (General Query Packets): Remove @var{} around the
|
* gdb.texinfo (General Query Packets): Remove @var{} around the
|
||||||
|
@ -26,10 +26,9 @@
|
|||||||
@c more expensive, form factor and would drive up the manuals publication
|
@c more expensive, form factor and would drive up the manuals publication
|
||||||
@c cost. Having a smaller cheaper manual helps the GNU Press with its sales.
|
@c cost. Having a smaller cheaper manual helps the GNU Press with its sales.
|
||||||
|
|
||||||
@ifinfo
|
@copying
|
||||||
This file documents @value{GDBN}'s obsolete annotations.
|
Copyright @copyright{} 1994, 1995, 2000, 2001, 2003, 2004, 2005, 2007,
|
||||||
|
2008, 2009 Free Software Foundation, Inc.
|
||||||
Copyright (C) 1994, 1995, 2000, 2001, 2003 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.1 or
|
under the terms of the GNU Free Documentation License, Version 1.1 or
|
||||||
@ -37,8 +36,13 @@ any later version published by the Free Software Foundation; with no
|
|||||||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
||||||
Texts. A copy of the license is included in the section entitled ``GNU
|
Texts. A copy of the license is included in the section entitled ``GNU
|
||||||
Free Documentation License''.
|
Free Documentation License''.
|
||||||
|
@end copying
|
||||||
|
|
||||||
@end ifinfo
|
@ifnottex
|
||||||
|
This file documents @value{GDBN}'s obsolete annotations.
|
||||||
|
|
||||||
|
@insertcopying
|
||||||
|
@end ifnottex
|
||||||
|
|
||||||
@titlepage
|
@titlepage
|
||||||
@title @value{GDBN}'s Obsolete Annotations
|
@title @value{GDBN}'s Obsolete Annotations
|
||||||
@ -47,18 +51,10 @@ Free Documentation License''.
|
|||||||
@author Free Software Foundation
|
@author Free Software Foundation
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1994, 1995, 2000, 2001, 2003 Free Software
|
@insertcopying
|
||||||
Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
|
||||||
under the terms of the GNU Free Documentation License, Version 1.1 or
|
|
||||||
any later version published by the Free Software Foundation; with no
|
|
||||||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
|
||||||
Texts. A copy of the license is included in the section entitled ``GNU
|
|
||||||
Free Documentation License''.
|
|
||||||
@end titlepage
|
@end titlepage
|
||||||
|
|
||||||
@ifinfo
|
@ifnottex
|
||||||
@node Top
|
@node Top
|
||||||
@top GDB Annotations
|
@top GDB Annotations
|
||||||
|
|
||||||
@ -68,7 +64,7 @@ implemented in older @value{GDBN} versions.
|
|||||||
@ignore
|
@ignore
|
||||||
This is Edition @value{EDITION}, @value{DATE}.
|
This is Edition @value{EDITION}, @value{DATE}.
|
||||||
@end ignore
|
@end ignore
|
||||||
@end ifinfo
|
@end ifnottex
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Annotations Overview:: What annotations are; the general syntax.
|
* Annotations Overview:: What annotations are; the general syntax.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
\input texinfo @c -*-texinfo-*-
|
\input texinfo @c -*-texinfo-*-
|
||||||
@c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
|
@c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
|
||||||
@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c
|
@c
|
||||||
@c %**start of header
|
@c %**start of header
|
||||||
@ -43,20 +43,10 @@
|
|||||||
* Gdb: (gdb). The GNU debugger.
|
* Gdb: (gdb). The GNU debugger.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
|
||||||
@ifinfo
|
@copying
|
||||||
This file documents the @sc{gnu} debugger @value{GDBN}.
|
Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
|
||||||
|
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||||
|
Free Software Foundation, Inc.
|
||||||
This is the @value{EDITION} Edition, of @cite{Debugging with
|
|
||||||
@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
|
|
||||||
@ifset VERSION_PACKAGE
|
|
||||||
@value{VERSION_PACKAGE}
|
|
||||||
@end ifset
|
|
||||||
Version @value{GDBVN}.
|
|
||||||
|
|
||||||
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
|
|
||||||
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006@*
|
|
||||||
Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.1 or
|
under the terms of the GNU Free Documentation License, Version 1.1 or
|
||||||
@ -68,7 +58,20 @@ and with the Back-Cover Texts as in (a) below.
|
|||||||
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
|
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
|
||||||
this GNU Manual. Buying copies from GNU Press supports the FSF in
|
this GNU Manual. Buying copies from GNU Press supports the FSF in
|
||||||
developing GNU and promoting software freedom.''
|
developing GNU and promoting software freedom.''
|
||||||
@end ifinfo
|
@end copying
|
||||||
|
|
||||||
|
@ifnottex
|
||||||
|
This file documents the @sc{gnu} debugger @value{GDBN}.
|
||||||
|
|
||||||
|
This is the @value{EDITION} Edition, of @cite{Debugging with
|
||||||
|
@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
|
||||||
|
@ifset VERSION_PACKAGE
|
||||||
|
@value{VERSION_PACKAGE}
|
||||||
|
@end ifset
|
||||||
|
Version @value{GDBVN}.
|
||||||
|
|
||||||
|
@insertcopying
|
||||||
|
@end ifnottex
|
||||||
|
|
||||||
@titlepage
|
@titlepage
|
||||||
@title Debugging with @value{GDBN}
|
@title Debugging with @value{GDBN}
|
||||||
@ -90,25 +93,12 @@ developing GNU and promoting software freedom.''
|
|||||||
@end tex
|
@end tex
|
||||||
|
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
|
|
||||||
1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006
|
|
||||||
Free Software Foundation, Inc.
|
|
||||||
@sp 2
|
|
||||||
Published by the Free Software Foundation @*
|
Published by the Free Software Foundation @*
|
||||||
51 Franklin Street, Fifth Floor,
|
51 Franklin Street, Fifth Floor,
|
||||||
Boston, MA 02110-1301, USA@*
|
Boston, MA 02110-1301, USA@*
|
||||||
ISBN 1-882114-77-9 @*
|
ISBN 1-882114-77-9 @*
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
@insertcopying
|
||||||
under the terms of the GNU Free Documentation License, Version 1.1 or
|
|
||||||
any later version published by the Free Software Foundation; with the
|
|
||||||
Invariant Sections being ``Free Software'' and ``Free Software Needs
|
|
||||||
Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
|
|
||||||
and with the Back-Cover Texts as in (a) below.
|
|
||||||
|
|
||||||
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
|
|
||||||
this GNU Manual. Buying copies from GNU Press supports the FSF in
|
|
||||||
developing GNU and promoting software freedom.''
|
|
||||||
@page
|
@page
|
||||||
This edition of the GDB manual is dedicated to the memory of Fred
|
This edition of the GDB manual is dedicated to the memory of Fred
|
||||||
Fish. Fred was a long-standing contributor to GDB and to Free
|
Fish. Fred was a long-standing contributor to GDB and to Free
|
||||||
@ -129,7 +119,7 @@ This is the @value{EDITION} Edition, for @value{GDBN}
|
|||||||
@end ifset
|
@end ifset
|
||||||
Version @value{GDBVN}.
|
Version @value{GDBVN}.
|
||||||
|
|
||||||
Copyright (C) 1988-2006 Free Software Foundation, Inc.
|
Copyright (C) 1988-2009 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This edition of the GDB manual is dedicated to the memory of Fred
|
This edition of the GDB manual is dedicated to the memory of Fred
|
||||||
Fish. Fred was a long-standing contributor to GDB and to Free
|
Fish. Fred was a long-standing contributor to GDB and to Free
|
||||||
@ -11117,9 +11107,9 @@ index bounds, and all built-in functions and procedures.
|
|||||||
@vindex colon-colon@r{, in Modula-2}
|
@vindex colon-colon@r{, in Modula-2}
|
||||||
@c Info cannot handle :: but TeX can.
|
@c Info cannot handle :: but TeX can.
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
@iftex
|
@ifnotinfo
|
||||||
@vindex ::@r{, in Modula-2}
|
@vindex ::@r{, in Modula-2}
|
||||||
@end iftex
|
@end ifnotinfo
|
||||||
|
|
||||||
There are a few subtle differences between the Modula-2 scope operator
|
There are a few subtle differences between the Modula-2 scope operator
|
||||||
(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
|
(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
|
||||||
|
@ -6,11 +6,10 @@
|
|||||||
* Gdb-Internals: (gdbint). The GNU debugger's internals.
|
* Gdb-Internals: (gdbint). The GNU debugger's internals.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
|
||||||
@ifinfo
|
@copying
|
||||||
This file documents the internals of the GNU debugger @value{GDBN}.
|
Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999,
|
||||||
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001,
|
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009
|
||||||
2002, 2003, 2004, 2005, 2006, 2008
|
Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
Contributed by Cygnus Solutions. Written by John Gilmore.
|
Contributed by Cygnus Solutions. Written by John Gilmore.
|
||||||
Second Edition by Stan Shebs.
|
Second Edition by Stan Shebs.
|
||||||
|
|
||||||
@ -20,7 +19,13 @@ any later version published by the Free Software Foundation; with no
|
|||||||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
||||||
Texts. A copy of the license is included in the section entitled ``GNU
|
Texts. A copy of the license is included in the section entitled ``GNU
|
||||||
Free Documentation License''.
|
Free Documentation License''.
|
||||||
@end ifinfo
|
@end copying
|
||||||
|
|
||||||
|
@ifnottex
|
||||||
|
This file documents the internals of the GNU debugger @value{GDBN}.
|
||||||
|
|
||||||
|
@insertcopying
|
||||||
|
@end ifnottex
|
||||||
|
|
||||||
@setchapternewpage off
|
@setchapternewpage off
|
||||||
@settitle @value{GDBN} Internals
|
@settitle @value{GDBN} Internals
|
||||||
@ -48,15 +53,7 @@ Free Documentation License''.
|
|||||||
@end tex
|
@end tex
|
||||||
|
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1990,1991,1992,1993,1994,1996,1998,1999,2000,2001,
|
@insertcopying
|
||||||
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
|
||||||
under the terms of the GNU Free Documentation License, Version 1.1 or
|
|
||||||
any later version published by the Free Software Foundation; with no
|
|
||||||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
|
||||||
Texts. A copy of the license is included in the section entitled ``GNU
|
|
||||||
Free Documentation License''.
|
|
||||||
@end titlepage
|
@end titlepage
|
||||||
|
|
||||||
@contents
|
@contents
|
||||||
|
@ -10,11 +10,9 @@
|
|||||||
* Stabs: (stabs). The "stabs" debugging information format.
|
* Stabs: (stabs). The "stabs" debugging information format.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
|
||||||
@ifinfo
|
@copying
|
||||||
This document describes the stabs debugging symbol tables.
|
Copyright @copyright{} 1992, 1993, 1994, 1995, 1997, 1998, 2000, 2001,
|
||||||
|
2002, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
|
||||||
Copyright (C) 1992,1993,1994,1995,1997,1998,2000,2001
|
|
||||||
Free Software Foundation, Inc.
|
|
||||||
Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon,
|
Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon,
|
||||||
and David MacKenzie.
|
and David MacKenzie.
|
||||||
|
|
||||||
@ -24,7 +22,13 @@ any later version published by the Free Software Foundation; with no
|
|||||||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
||||||
Texts. A copy of the license is included in the section entitled ``GNU
|
Texts. A copy of the license is included in the section entitled ``GNU
|
||||||
Free Documentation License''.
|
Free Documentation License''.
|
||||||
@end ifinfo
|
@end copying
|
||||||
|
|
||||||
|
@ifnottex
|
||||||
|
This document describes the stabs debugging symbol tables.
|
||||||
|
|
||||||
|
@insertcopying
|
||||||
|
@end ifnottex
|
||||||
|
|
||||||
@setchapternewpage odd
|
@setchapternewpage odd
|
||||||
@settitle STABS
|
@settitle STABS
|
||||||
@ -44,18 +48,10 @@ Free Documentation License''.
|
|||||||
@end tex
|
@end tex
|
||||||
|
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1992,1993,1994,1995,1997,1998,2000,2001 Free Software Foundation, Inc.
|
@insertcopying
|
||||||
Contributed by Cygnus Support.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
|
||||||
under the terms of the GNU Free Documentation License, Version 1.1 or
|
|
||||||
any later version published by the Free Software Foundation; with no
|
|
||||||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
|
||||||
Texts. A copy of the license is included in the section entitled ``GNU
|
|
||||||
Free Documentation License''.
|
|
||||||
@end titlepage
|
@end titlepage
|
||||||
|
|
||||||
@ifinfo
|
@ifnottex
|
||||||
@node Top
|
@node Top
|
||||||
@top The "stabs" representation of debugging information
|
@top The "stabs" representation of debugging information
|
||||||
|
|
||||||
@ -80,12 +76,9 @@ This document describes the stabs debugging format.
|
|||||||
* Symbol Types Index:: Index of symbolic stab symbol type names.
|
* Symbol Types Index:: Index of symbolic stab symbol type names.
|
||||||
* GNU Free Documentation License:: The license for this documentation
|
* GNU Free Documentation License:: The license for this documentation
|
||||||
@end menu
|
@end menu
|
||||||
@end ifinfo
|
@end ifnottex
|
||||||
|
|
||||||
@c TeX can handle the contents at the start but makeinfo 3.12 can not
|
|
||||||
@iftex
|
|
||||||
@contents
|
@contents
|
||||||
@end iftex
|
|
||||||
|
|
||||||
@node Overview
|
@node Overview
|
||||||
@chapter Overview of Stabs
|
@chapter Overview of Stabs
|
||||||
@ -4130,12 +4123,4 @@ However, no one has yet designed or implemented such a scheme.
|
|||||||
|
|
||||||
@printindex fn
|
@printindex fn
|
||||||
|
|
||||||
@c TeX can handle the contents at the start but makeinfo 3.12 can not
|
|
||||||
@ifinfo
|
|
||||||
@contents
|
|
||||||
@end ifinfo
|
|
||||||
@ifhtml
|
|
||||||
@contents
|
|
||||||
@end ifhtml
|
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
Loading…
x
Reference in New Issue
Block a user