Replace "exec" with "executable" in messages.
[deliverable/binutils-gdb.git] / gdb / gdbtk.c
index e8d31ad56588ddfba577c92b52f74d34eba94068..c59821f992a98fa6c28a5aec73278d1d717cbef1 100644 (file)
@@ -102,21 +102,21 @@ Tcl_Interp *gdbtk_interp = NULL;
 
 static int gdbtk_timer_going = 0;
 
+/* linked variable used to tell tcl what the current thread is */
+int gdb_context = 0;
+
 /* This variable is true when the inferior is running.  See note in
  * gdbtk.h for details.
  */
-
 int running_now;
 
 /* This variable determines where memory used for disassembly is read from.
  * See note in gdbtk.h for details.
  */
-
 int disassemble_from_exec = -1;
 
 /* This variable holds the name of a Tcl file which should be sourced by the
    interpreter when it goes idle at startup. Used with the testsuite. */
-
 static char *gdbtk_source_filename = NULL;
 \f
 #ifndef _WIN32
This page took 0.023603 seconds and 4 git commands to generate.