Fri Sep 4 13:57:43 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
[deliverable/binutils-gdb.git] / gdb / gdbtk.h
index 0b5e59ff4045f4b5ce43e211ac710ad312992796..a138a338b31711b15bfb573abcd1c5748a240b41 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;
@@ -120,6 +120,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.023525 seconds and 4 git commands to generate.