This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB/XMI (XML Machine Interface)


>                      GDB/XMI (XML Machine Interface)
>
>  3.2.1 The GDB/MI -break-list Specification
>  The -break-list Command
>
>  Displays the list of inserted breakpoints, showing the following fields:
>
>  `Number'
>    number of the breakpoint 
>  `Type'
>    type of the breakpoint: `breakpoint' or `watchpoint' 
>  `Disposition'
>    should the breakpoint be deleted or disabled when it is hit: 
>    `keep' or `nokeep' `Enabled' is the breakpoint enabled or no: 
>    `y' or `n' 
>  `Address'
>    memory location at which the breakpoint is set 
>  `What'
>    logical location of the breakpoint, expressed by function name, 
>    file name, line number 
>  `Times'
>    number of times the breakpoint has been hit 
>
>  If there are no breakpoints or watchpoints, the BreakpointTable body 
>  field is an empty list. 

I think there should be an additional field for the task id, indicating if it's
a general breakpoint (id=-1 or so) or a task-specific breakpoint.

bye  Fabi



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]