DeBUG
with GDB
<< CONTENTS
>>
MAINTENANCE MAN PAGES
MAINTENANCE
Some
gdb commands are provided just for use by gdb maintainers.
These commands are subject to
frequent change, and may not be as
well documented as user commands.
COMMANDS
List
of commands:
maintenance -- Commands for use by
GDB maintainers
maintenance agent -- Translate an
expression into remote agent bytecode
maintenance check-symtabs -- Check
consistency of psymtabs and symtabs
maintenance demangle -- Demangle a
C++ mangled name
maintenance deprecate -- Deprecate a
command
maintenance dump-me -- Get fatal
error; make debugger dump its core
maintenance info -- Commands for
showing internal info about the program being debugged
maintenance info breakpoints --
Status of all breakpoints
maintenance info sections -- List the
BFD sections of the exec and core files
maintenance info unwind -- Print
unwind table entry at given address
maintenance internal-error -- Give
GDB an internal error
maintenance log_beta -- Log an event
and an integer for which the max is kept for mail
maintenance packet -- Send an
arbitrary packet to a remote target
maintenance print -- Maintenance
command for printing GDB internal state
maintenance print architecture --
Print the internal architecture configuration
maintenance print msymbols -- Print
dump of current minimal symbol definitions
maintenance print objfiles -- Print
dump of current object file definitions
maintenance print psymbols -- Print
dump of current partial symbol definitions
maintenance print statistics -- Print
statistics about internal gdb state
maintenance print symbols -- Print
dump of current symbol definitions
maintenance print type -- Print a
type chain for a given symbol
maintenance space -- Set the display
of space usage
maintenance time -- Set the display
of time usage
maintenance translate-address --
Translate a section name and address to a symbol
maintenance undeprecate --
Undeprecate a command
set archdebug -- Set architecture
debugging
set debug arch -- Set architecture
debugging
set debug event -- Set event debugging
set debug expression -- Set
expression debugging
set debug serial -- Set serial
debugging
set debug target -- Set target
debugging
set debugvarobj -- Set varobj
debugging
set eventdebug -- Set event debugging
set remote -- Remote protocol
specific variables
set watchdog -- Set watchdog timer
show archdebug -- Show architecture
debugging
show debug arch -- Show architecture
debugging
show debug event -- Show event
debugging
show debug expression -- Show
expression debugging
show debug serial -- Show serial
debugging
show debug target -- Show target
debugging
show debugvarobj -- Show varobj
debugging
show eventdebug -- Show event
debugging
show remote -- Remote protocol
specific variables
show watchdog -- Show watchdog timer
HELP MAINTENANCE
Muthukumar Kandasamy <[email protected]>