Debugging with GDB Manual (5900-1473; WDB 6.2; January 2011)

Table Of Contents
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'.
Example
N.A.
The -symbol-list-functions command
Synopsis
-symbol-list-functions
List the functions in the executable.
GDB command
'info functions' in GDB, 'gdb_listfunc' and 'gdb_search' in gdbtk.
346 The GDB/MI Interface