Debugging with GDB Manual The GNU Source-Level Debugger (769148-001, March 2014)
GDB command
The corresponding GDB command is 'info file' (part of it).
Example
N.A.
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)
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)
Miscellaneous GDB commands in GDB/MI 259