Fix creation of stamp-h by gdb's configure script
[deliverable/binutils-gdb.git] / gdb / gdbserver / debug.h
index 07e94eac6eeb4bdfa66205dca6e4e06562b0205d..c136b9c224c74050dfee86d421d831547324cac9 100644 (file)
@@ -28,7 +28,13 @@ extern int remote_debug;
 void debug_set_output (const char *debug_file);
 #endif
 
+extern int using_threads;
+
+/* Enable miscellaneous debugging output.  The name is historical - it
+   was originally used to debug LinuxThreads support.  */
+
 extern int debug_threads;
+
 extern int debug_timestamp;
 
 void debug_flush (void);
This page took 0.025103 seconds and 4 git commands to generate.