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

Table Of Contents
Example
N.A.
The -file-list-shared-libraries command
Synopsis
-file-list-shared-libraries
List the shared libraries in the program.
GDB command
The corresponding GDB command is info shared.
Example
N.A.
The -file-list-symbol-files command
Synopsis
-file-list-symbol-files
List symbol files.
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
338 The GDB/MI Interface