Removed superflous code.
[deliverable/binutils-gdb.git] / gdb / gdbtk.h
index 0b5e59ff4045f4b5ce43e211ac710ad312992796..89aa19f66d8a3819587c965a4d7cfae286c9c5b0 100644 (file)
@@ -68,7 +68,7 @@ extern int disassemble_from_exec;
 extern int running_now;
 
 /* These two control how the GUI behaves when tracing or loading
-   They are defined in gdbtk_cmds.c */
+   They are defined in gdbtk-cmds.c */
   
 extern int No_Update;
 extern int load_in_progress;
@@ -78,6 +78,12 @@ extern int load_in_progress;
 
 extern Tcl_Interp *gdbtk_interp;
 
+/* These two are lookup tables for elements of the breakpoint structure that
+   gdbtk knows by string name.  They are defined in gdbtk-cmds.c */
+
+extern char *bptypes[];
+extern char *bpdisp[];
+
 /*
  * This structure controls how the gdb output is fed into call_wrapper invoked
  * commands.  See the explanation of gdbtk_fputs in gdbtk_hooks.c for more details.
@@ -120,6 +126,9 @@ typedef struct gdbtk_result {
    
 extern gdbtk_result *result_ptr;
 
+/* GDB context identifier */
+extern int gdb_context;
+
 /*
  * These functions are used in all the modules of Gdbtk.
  * 
This page took 0.024337 seconds and 4 git commands to generate.