GDB (API)
Defines | Functions | Variables
/home/stan/gdb/src/gdb/gdbtk/generic/gdbtk.c File Reference
#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 Documentation

#define HAS_STDARG   1

Definition at line 43 of file gdbtk.c.


Function Documentation

void _initialize_gdbtk ( void  )
void gdbtk_init ( void  )

Definition at line 359 of file gdbtk.c.

void gdbtk_interactive ( void  )

Definition at line 250 of file gdbtk.c.

void gdbtk_source_start_file ( void  )

Definition at line 590 of file gdbtk.c.

void gdbtk_start_timer ( void  )

Definition at line 257 of file gdbtk.c.

void gdbtk_stop_timer ( void  )

Definition at line 304 of file gdbtk.c.

int gdbtk_test ( char *  filename)

Definition at line 669 of file gdbtk.c.

int target_is_native ( struct target_ops t)

Definition at line 327 of file gdbtk.c.

void TclDebug ( char  level,
const char *  fmt,
  ... 
)

Definition at line 188 of file gdbtk.c.

int Tktable_Init ( Tcl_Interp *  interp)

Variable Documentation

Definition at line 86 of file gdbtk.c.

Definition at line 112 of file gdbtk.c.

Definition at line 123 of file gdbtk.c.

Tcl_Interp* gdbtk_interp = NULL

Definition at line 107 of file gdbtk.c.

Definition at line 117 of file gdbtk.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines