Debugging with GDB Manual (5900-1473; WDB 6.2; January 2011)

Table Of Contents
show debug target Displays the current state of displaying GDB target
debugging info.
set debug varobj Turns on or o display of GDB variable object
debugging info. The default is o.
show debug varobj Displays the current state of displaying GDB variable
object debugging info.
17.8 Configuring the Current Application Binary Interface (ABI)
Some pre-release versions of C++ used an old ABI definition. Use the following commands
to modify or display C++ ABI setting.
set abi new|old Sets the current C++ ABI to a new or an old ABI. By default
the ABI is set to a new ABI.
show abi Displays the current C++ ABI setting.
288 Controlling GDB