aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-04-30 01:31:49 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-04-30 01:31:49 +0000
commitb003875b63650aaf307a9c02137dc8bb5337146e (patch)
treef4020d5163fd571e0ded1fa1fac6b4bca668dd63 /gdb
parent47ebe8fd88cd1a6718459307efc46aec1ebb8d4d (diff)
downloadgdb-b003875b63650aaf307a9c02137dc8bb5337146e.zip
gdb-b003875b63650aaf307a9c02137dc8bb5337146e.tar.gz
gdb-b003875b63650aaf307a9c02137dc8bb5337146e.tar.bz2
* annotate.texi (Breakpoint Info): Document annotation of header
fields and record annotation.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/annotate.texi16
2 files changed, 13 insertions, 8 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index a8042b3..cfdf35e 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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.
diff --git a/gdb/doc/annotate.texi b/gdb/doc/annotate.texi
index 4545721..b05657f 100644
--- a/gdb/doc/annotate.texi
+++ b/gdb/doc/annotate.texi
@@ -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