Debugging with GDB Manual HP WDB v6.3 (5900-2180, August 2012)

Example
N.A.
The -symbol-info-file command
Synopsis
-symbol-info-file
Show the file for the symbol.
GDB command
There is no equivalent GDB command. gdbtk has 'gdb_find_file'.
Example
N.A.
The -symbol-info-function command
Synopsis
-symbol-info-function
Show which function the symbol lives in.
GDB command
'gdb_get_function' in gdbtk.
Example
N.A.
The -symbol-info-line command
Synopsis
-symbol-info-line
Show the core addresses of the code for a source line.
GDB command
The corresponding GDB command is 'info line'. gdbtk has the 'gdb_get_line' and
'gdb_get_file' commands.
Example
N.A.
The -symbol-info-symbol command
Synopsis
-symbol-info-symbol addr
Describe what symbol is at location addr.
GDB command
The corresponding GDB command is 'info symbol'.
21.10 GDB/MI Symbol query commands 275