Debugging with GDB Manual HP WDB v6.3 (5900-2180, August 2012)
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.
GDB command
The corresponding GDB command is 'attach'.
Example
N.A.
The -target-compare-sections command
Synopsis
-target-compare-sections [ section ]
Compare data of section section on target to the exec file. Without the argument, all sections
are compared.
GDB command
The GDB equivalent is 'compare-sections'.
Example
N.A.
The -target-detach command
Synopsis
-target-detach
Disconnect from the remote target. There is no output.
21.11 GDB/MI Target Manipulation Commands 277