Debugging with GDB (September 2007)

Chapter 21: The gd b/mi Interface 309
The -symbol-list-functions command
Synopsis
-symbol-list-functions
List the functions in the executable.
GDB command
info functions in GDB, gdb_listfunc and gdb_search in gdbtk.
Example
N.A.
The -symbol-list-types command
Synopsis
-symbol-list-types
List all the type names.
GDB command
The corresponding commands are info types in GDB, gdb_search in gdbtk.
Example
N.A.
The -symbol-list-variables command
Synopsis
-symbol-list-variables
List all the global and static variable names.
GDB command
info variables in GDB, gdb_search in gdbtk.