GDB (API)
Defines | Functions | Variables
/home/stan/gdb/src/gdb/gdbtk/generic/gdbtk-cmds.c File Reference
#include "defs.h"
#include "inferior.h"
#include "source.h"
#include "symfile.h"
#include "objfiles.h"
#include "gdbcore.h"
#include "demangle.h"
#include "linespec.h"
#include "top.h"
#include "annotate.h"
#include "block.h"
#include "dictionary.h"
#include "filenames.h"
#include "disasm.h"
#include "value.h"
#include "varobj.h"
#include "exceptions.h"
#include "language.h"
#include "target.h"
#include "valprint.h"
#include "regcache.h"
#include "arch-utils.h"
#include "psymtab.h"
#include <ctype.h>
#include <tcl.h>
#include <tk.h>
#include "guitcl.h"
#include "gdbtk.h"
#include "gdbtk-wrapper.h"
#include "gdbtk-cmds.h"
#include <signal.h>
#include <fcntl.h>
#include <sys/time.h>
#include "gdb_stat.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
#define INDEX(row, col)   sprintf (index, "%d,%d",(row),(col))
#define LTABLE_SIZE   20000

Functions

int gdb_variable_init (Tcl_Interp *interp)
int Gdbtk_Init (Tcl_Interp *interp)
int gdbtk_call_wrapper (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
const char * pc_function_name (CORE_ADDR pc)
void gdbtk_set_result (Tcl_Interp *interp, const char *fmt,...)
char * symtab_to_filename (struct symtab *s)

Variables

char * source_path
int No_Update = 0
int load_in_progress = 0
int disassemble_from_exec = -1

Define Documentation

#define HAS_STDARG   1

Definition at line 52 of file gdbtk-cmds.c.

#define INDEX (   row,
  col 
)    sprintf (index, "%d,%d",(row),(col))
#define LTABLE_SIZE   20000

Definition at line 2712 of file gdbtk-cmds.c.


Function Documentation

int gdb_variable_init ( Tcl_Interp *  interp)

Definition at line 84 of file gdbtk-varobj.c.

int gdbtk_call_wrapper ( ClientData  clientData,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 361 of file gdbtk-cmds.c.

int Gdbtk_Init ( Tcl_Interp *  interp)

Definition at line 248 of file gdbtk-cmds.c.

void gdbtk_set_result ( Tcl_Interp *  interp,
const char *  fmt,
  ... 
)

Definition at line 3006 of file gdbtk-cmds.c.

Definition at line 2980 of file gdbtk-cmds.c.

char* symtab_to_filename ( struct symtab s)

Definition at line 3119 of file gdbtk-cmds.c.


Variable Documentation

Definition at line 147 of file gdbtk-cmds.c.

Definition at line 110 of file gdbtk-cmds.c.

Definition at line 109 of file gdbtk-cmds.c.

char* source_path

Definition at line 70 of file source.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines