* annotate.texi (Breakpoint Info): Document annotation of header
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 30 Apr 1994 01:31:49 +0000 (01:31 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 30 Apr 1994 01:31:49 +0000 (01:31 +0000)
fields and record annotation.

gdb/doc/ChangeLog
gdb/doc/annotate.texi

index a8042b3c2da4c8eef6c909c1e56e66cc4f006e9a..cfdf35edcb18eeb5467465c7d30a137b021747cd 100644 (file)
@@ -1,3 +1,8 @@
+Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * annotate.texi (Breakpoint Info): Document annotation of header
+       fields and record annotation.
+
 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * annotate.texi: New file, to document annotations.
index 454572167a2a53ab45048ae06dd81476564d2768..b05657febded3adf9b9c482536c9d40b614bb758 100644 (file)
@@ -322,19 +322,19 @@ The output from the @code{info breakpoints} command is annotated as follows:
 
 @example
 ^Z^Zbreakpoints-headers
-@var{headers}
+@var{header-entry}
 ^Z^Zbreakpoints-table
 @end example
 
-where @var{headers} is a string which is designed to convey to the user
-the order and significance of the fields.  This is followed by any
-number of entries.  Each entry beings with a @code{field 0} annotation.
-Some fields can be omitted if they don't apply for this entry.  Fields
-have trailing whitespace so that if they are printed in order in a
-fixed-width font, they match up with the headers.  The fields for an
-entry are:
+where @var{header-entry} has the same syntax as an entry (see below) but
+instead of containing data, it contains strings which are intended to
+convey the meaning of each field to the user.  This is followed by any
+number of entries.  If a field does not apply for this entry, it is
+omitted.  Fields may contain trailing whitespace.  Each entry consists
+of:
 
 @example
+^Z^Zrecord
 ^Z^Zfield 0
 @var{number}
 ^Z^Zfield 1
This page took 0.026443 seconds and 4 git commands to generate.