Debugging with GDB Manual The GNU Source-Level Debugger (769148-001, March 2014)
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.
Example
N.A.
The -symbol-locate command
Synopsis
-symbol-locate
GDB command
'gdb_loc' in gdbtk.
Example
N.A.
The -symbol-type command
Synopsis
-symbol-type variable
Show type of variable.
GDB command
The corresponding GDB command is 'ptype', gdbtk has 'gdb_obj_variable'.
Example
N.A.
266 The GDB/MI Interface