annotate: Breakpoint Info

 
 10 Information on Breakpoints
 *****************************
 
 _Breakpoint Annotations have been removed.  GDB/MI instead provides
 breakpoint commands._
 
    The output from the 'info breakpoints' command is annotated as
 follows:
 
      ^Z^Zbreakpoints-headers
      HEADER-ENTRY
      ^Z^Zbreakpoints-table
 
 where 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:
 
      ^Z^Zrecord
      ^Z^Zfield 0
      NUMBER
      ^Z^Zfield 1
      TYPE
      ^Z^Zfield 2
      DISPOSITION
      ^Z^Zfield 3
      ENABLE
      ^Z^Zfield 4
      ADDRESS
      ^Z^Zfield 5
      WHAT
      ^Z^Zfield 6
      FRAME
      ^Z^Zfield 7
      CONDITION
      ^Z^Zfield 8
      IGNORE-COUNT
      ^Z^Zfield 9
      COMMANDS
 
    Note that ADDRESS is intended for user consumption--the syntax varies
 depending on the language.
 
    The output ends with
 
      ^Z^Zbreakpoints-table-end