Debugging with GDB (September 2007)

Chapter 21: The gd b/mi Interface 299
Synopsis
-file-list-exec-source-files
List the source files for the current executable.
GDB command
There’s no GDB command which directly corresponds to this one. gdbtk has an analo-
gous command gdb_listfiles’.
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.