| GDB (API)
   
    | 
#include "defs.h"#include "inferior.h"#include "symfile.h"#include "objfiles.h"#include "gdbcore.h"#include "tracepoint.h"#include "demangle.h"#include "version.h"#include "top.h"#include "annotate.h"#include "exceptions.h"#include "main.h"#include <tcl.h>#include <tk.h>#include "guitcl.h"#include "gdbtk.h"#include <fcntl.h>#include "gdb_stat.h"#include <sys/time.h>#include <signal.h>#include "gdb_string.h"#include "dis-asm.h"#include "gdbcmd.h"Go to the source code of this file.
| Defines | |
| #define | HAS_STDARG 1 | 
| Functions | |
| void | _initialize_gdbtk (void) | 
| int | Tktable_Init (Tcl_Interp *interp) | 
| void | gdbtk_init (void) | 
| void | gdbtk_interactive (void) | 
| int | target_is_native (struct target_ops *t) | 
| int | gdbtk_test (char *) | 
| void | TclDebug (char level, const char *fmt,...) | 
| void | gdbtk_start_timer (void) | 
| void | gdbtk_stop_timer (void) | 
| void | gdbtk_source_start_file (void) | 
| Variables | |
| char * | external_editor_command = NULL | 
| Tcl_Interp * | gdbtk_interp = NULL | 
| int | gdb_context = 0 | 
| int | running_now | 
| int | gdbtk_disable_fputs = 1 | 
| #define HAS_STDARG 1 | 
| void _initialize_gdbtk | ( | void | ) | 
| void gdbtk_init | ( | void | ) | 
| void gdbtk_interactive | ( | void | ) | 
| void gdbtk_source_start_file | ( | void | ) | 
| void gdbtk_start_timer | ( | void | ) | 
| void gdbtk_stop_timer | ( | void | ) | 
| int gdbtk_test | ( | char * | filename | ) | 
| int target_is_native | ( | struct target_ops * | t | ) | 
| int Tktable_Init | ( | Tcl_Interp * | interp | ) | 
| char* external_editor_command = NULL | 
| int gdb_context = 0 | 
| Tcl_Interp* gdbtk_interp = NULL | 
 1.7.6.1
 1.7.6.1