Debugging with GDB (February 2008)

Table Of Contents
314 Debugging with GDB
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.
21.11 gdb/mi Target Manipulation Commands
The -target-attach command
Synopsis
-target-attach pid | file
Attach to a process pid or a file file outside of GDB.