| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In addition to commands intended for GDB users, GDB includes a number of commands intended for GDB developers. These commands are provided here for reference.
maint info breakpointsUsing the same format as `info breakpoints', display both the breakpoints you've set explicitly, and those GDB is using for internal purposes. Internal breakpoints are shown with negative breakpoint numbers. The type column identifies what kind of breakpoint is shown:
breakpointNormal, explicitly set breakpoint.
watchpointNormal, explicitly set watchpoint.
longjmpInternal breakpoint, used to handle correctly stepping through
longjmp calls.
longjmp resumeInternal breakpoint at the target of a longjmp.
untilTemporary internal breakpoint used by the GDB until command.
finishTemporary internal breakpoint used by the GDB finish command.
shlib eventsShared library events.
maint print registersmaint print raw-registersmaint print cooked-registersPrint GDB's internal register data structures.
The command `maint print raw-registers' includes the contents of the raw register cache; and the command `maint print cooked-registers' includes the (cooked) value of all registers. See (gdbint)Registers section `Registers' in GDB Internals.
Takes an optional file parameter.
This document was generated by Build Daemon user on October, 25 2005 using texi2html 1.76.