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 breakpoints
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:
breakpoint
watchpoint
longjmp
longjmp
calls.
longjmp resume
longjmp
.
until
until
command.
finish
finish
command.
shlib events
maint print registers
maint print raw-registers
maint print cooked-registers
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 Registers.
Takes an optional file parameter.