fix to_open debug setting
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdbthread.h
index 4c454a2b7bf37593c68056725c4ac7091d13fe88..9785d67a52ca86d75e3da1c8be28778f59a7114b 100644 (file)
@@ -74,7 +74,9 @@ struct thread_info
 extern struct inferior_list all_threads;
 
 void remove_thread (struct thread_info *thread);
-void add_thread (ptid_t ptid, void *target_data);
+struct thread_info *add_thread (ptid_t ptid, void *target_data);
+
+struct thread_info *get_first_thread (void);
 
 struct thread_info *find_thread_ptid (ptid_t ptid);
 
This page took 0.025423 seconds and 4 git commands to generate.