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

Table Of Contents
^done
(gdb)
21.8 Miscellaneous GDB commands in GDB/MI
The -gdb-exit command
Synopsis
-gdb-exit
Exit GDB immediately.
GDB command
Approximately corresponds to 'quit'.
Example
(gdb)
-gdb-exit
The -gdb-set command
Synopsis
-gdb-set
Set an internal GDB variable.
GDB command
The corresponding GDB command is 'set'.
Example
(gdb)
-gdb-set $foo=3
^done
(gdb)
The -gdb-show command
Synopsis
-gdb-show
Show the current value of a GDB variable.
GDB command
The corresponding GDB command is 'show'.
21.8 Miscellaneous GDB commands in GDB/MI 339