|
GDB (API)
|
Go to the source code of this file.
Classes | |
| struct | wrapped_call_args |
Functions | |
| int | gdbtk_call_wrapper (ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[]) |
| const char * | pc_function_name (CORE_ADDR pc) |
| void | sprintf_append_element_to_obj (Tcl_Obj *objp, char *format,...) |
| void | gdbtk_set_result (Tcl_Interp *interp, const char *fmt,...) |
| int | Gdbtk_Breakpoint_Init (Tcl_Interp *interp) |
| int | Gdbtk_Stack_Init (Tcl_Interp *interp) |
| int | Gdbtk_Register_Init (Tcl_Interp *interp) |
| char * | symtab_to_filename (struct symtab *s) |
| int Gdbtk_Breakpoint_Init | ( | Tcl_Interp * | interp | ) |
Definition at line 115 of file gdbtk-bp.c.
| int gdbtk_call_wrapper | ( | ClientData | , |
| Tcl_Interp * | , | ||
| int | , | ||
| Tcl_Obj * | CONST[] | ||
| ) |
| int Gdbtk_Register_Init | ( | Tcl_Interp * | interp | ) |
Definition at line 71 of file gdbtk-register.c.
| void gdbtk_set_result | ( | Tcl_Interp * | interp, |
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 3006 of file gdbtk-cmds.c.
| int Gdbtk_Stack_Init | ( | Tcl_Interp * | interp | ) |
Definition at line 60 of file gdbtk-stack.c.
| const char* pc_function_name | ( | CORE_ADDR | pc | ) |
Definition at line 2980 of file gdbtk-cmds.c.
| void sprintf_append_element_to_obj | ( | Tcl_Obj * | objp, |
| char * | format, | ||
| ... | |||
| ) |
| char* symtab_to_filename | ( | struct symtab * | s | ) |
Definition at line 3119 of file gdbtk-cmds.c.
1.7.6.1