Debugging with GDB (September 2007)
300 Debugging with GDB
The -file-symbol-file Command
Synopsis
-file-symbol-file file
Read symbol table info from the specified file argument. When used without arguments,
clears GDB’s symbol table info. No output is produced, except for a completion notification.
GDB command
The corresponding GDB command is ‘symbol-file’.
Example
(gdb)
-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
^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.