gdb/
[deliverable/binutils-gdb.git] / gdb / thread.c
index d361dd81081ec1bccb33298a8fddf2b537fdd48a..ff5220df73b89e07b97d32f17fe61edf292ec978 100644 (file)
@@ -54,7 +54,7 @@ void _initialize_thread (void);
 
 /* Prototypes for local functions.  */
 
-static struct thread_info *thread_list = NULL;
+struct thread_info *thread_list = NULL;
 static int highest_thread_num;
 
 static void thread_command (char *tidstr, int from_tty);
This page took 0.025882 seconds and 4 git commands to generate.