Optional Messages About Internal Happenings - Red Hat ENTERPRISE LINUX 4 - DEBUGGING WITH GDB Manual

Debugging with gdb
Hide thumbs Also See for ENTERPRISE LINUX 4 - DEBUGGING WITH GDB:
Table of Contents

Advertisement

186
If you are willing to unflinchingly face the consequences of your own commands, you can disable this
"feature":
set confirm off
Disables confirmation requests.
set confirm on
Enables confirmation requests (the default).
show confirm
Displays state of confirmation requests.

21.8. Optional messages about internal happenings

set debug arch
Turns on or off display of gdbarch debugging info. The default is off
show debug arch
Displays the current state of displaying gdbarch debugging info.
set debug event
Turns on or off display of gdb event debugging info. The default is off.
show debug event
Displays the current state of displaying gdb event debugging info.
set debug expression
Turns on or off display of gdb expression debugging info. The default is off.
show debug expression
Displays the current state of displaying gdb expression debugging info.
set debug frame
Turns on or off display of gdb frame debugging info. The default is off.
show debug frame
Displays the current state of displaying gdb frame debugging info.
set debug overload
Turns on or off display of gdb C++ overload debugging info. This includes info such as ranking
of functions, etc. The default is off.
show debug overload
Displays the current state of displaying gdb C++ overload debugging info.
Chapter 21. Controlling gdb

Advertisement

Table of Contents
loading

Table of Contents