diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-30 01:31:49 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-30 01:31:49 +0000 |
commit | b003875b63650aaf307a9c02137dc8bb5337146e (patch) | |
tree | f4020d5163fd571e0ded1fa1fac6b4bca668dd63 /gdb/doc/annotate.texi | |
parent | 47ebe8fd88cd1a6718459307efc46aec1ebb8d4d (diff) | |
download | gdb-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/doc/annotate.texi')
-rw-r--r-- | gdb/doc/annotate.texi | 16 |
1 files changed, 8 insertions, 8 deletions
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 |