GDB (API)
|
Go to the source code of this file.
#define GDBTK_ERROR_ONLY |
#define GDBTK_ERROR_STARTED |
#define GDBTK_IN_TCL_RESULT |
4 /* Indicates that the result is already in the Tcl result. You can use this to preserve error messages from functions like Tcl_GetIntFromObj. You can also store the output of a call wrapped command directly in the Tcl result if you want, but beware, it will not then be preserved across recursive gdbtk_call_wrapper invocations. */
#define GDBTK_MAJOR_VERSION "1" |
#define GDBTK_MAKES_LIST |
#define GDBTK_MINOR_VERSION "0" |
#define GDBTK_PATH_SEP ":" |
#define GDBTK_SYMBOL_SOURCE_NAME | ( | symbol | ) |
(SYMBOL_DEMANGLED_NAME (symbol) != NULL \ ? SYMBOL_DEMANGLED_NAME (symbol) \ : SYMBOL_PRINT_NAME (symbol))
#define GDBTK_TO_RESULT |
#define GDBTK_VERSION "1.0" |
typedef struct gdbtk_result gdbtk_result |
void gdbtk_add_hooks | ( | void | ) |
Definition at line 120 of file gdbtk-hooks.c.
struct ui_file* gdbtk_fileopen | ( | void | ) | [read] |
Definition at line 226 of file gdbtk-hooks.c.
struct ui_file* gdbtk_fileopenin | ( | void | ) | [read] |
Definition at line 218 of file gdbtk-hooks.c.
void gdbtk_fputs | ( | const char * | , |
struct ui_file * | |||
) |
Definition at line 295 of file gdbtk-hooks.c.
ptid_t gdbtk_get_ptid | ( | void | ) |
Definition at line 842 of file gdbtk-hooks.c.
void gdbtk_ignorable_warning | ( | const char * | , |
const char * | |||
) |
Definition at line 377 of file gdbtk-hooks.c.
int Gdbtk_Init | ( | Tcl_Interp * | interp | ) |
Definition at line 248 of file gdbtk-cmds.c.
void gdbtk_init | ( | void | ) |
void gdbtk_interactive | ( | void | ) |
void gdbtk_restore_result_ptr | ( | void * | ) |
Definition at line 189 of file gdbtk-hooks.c.
void gdbtk_source_start_file | ( | void | ) |
void gdbtk_start_timer | ( | void | ) |
void gdbtk_stop_timer | ( | void | ) |
int gdbtk_two_elem_cmd | ( | char * | , |
char * | |||
) |
Definition at line 197 of file gdbtk-hooks.c.
int target_is_native | ( | struct target_ops * | t | ) |
Definition at line 430 of file gdbtk-hooks.c.
Definition at line 147 of file gdbtk-cmds.c.
Definition at line 68 of file gdbtk-hooks.c.
Tcl_Interp* gdbtk_interp |
Definition at line 110 of file gdbtk-cmds.c.
Definition at line 109 of file gdbtk-cmds.c.
Definition at line 183 of file gdbtk-hooks.c.