#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 INDEX |
( |
|
row, |
|
|
|
col |
|
) |
| sprintf (index, "%d,%d",(row),(col)) |
Function Documentation
Variable Documentation