Sun Studio 12 Update 1: Debugging a Program With dbx

Syntax

gdb on | off

Use gbd on to enter the gdb command mode under which dbx understands and accepts gdb commands. To exit the gdb command mode and return to the dbx command mode, type gdb off. dbx commands are not accepted while in gdb command mode; gdb commands are not accepted while in dbx mode. All debugging settings such as breakpoints are preserved across different command modes.

The following gdb commands are not supported in this release: