Move declarations of debug_threads and using_threads to header
[deliverable/binutils-gdb.git] / gdb / gdbserver / debug.c
index 19f11fc17ce4676061ede3002b101c66964b7a57..a764df7688ee656d4f2206c3b27dcc7d88914e84 100644 (file)
@@ -26,8 +26,7 @@ int remote_debug = 0;
 /* Output file for debugging.  Default to standard error.  */
 FILE *debug_file = stderr;
 
-/* Enable miscellaneous debugging output.  The name is historical - it
-   was originally used to debug LinuxThreads support.  */
+/* See debug.h.  */
 int debug_threads;
 
 /* Include timestamps in debugging output.  */
This page took 0.025146 seconds and 4 git commands to generate.