Debugging with GDB (February 2008)

Table Of Contents
Chapter 21: The gdb/mi Interface 313
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.