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'.

348 The GDB/MI Interface