Replace code accessing list implementation details with API calls.
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdbthread.h
index 4c454a2b7bf37593c68056725c4ac7091d13fe88..0eac5a47d255223d4c16a12070101b6fdfaa4b9e 100644 (file)
@@ -76,6 +76,8 @@ 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 *get_first_thread (void);
+
 struct thread_info *find_thread_ptid (ptid_t ptid);
 
 /* Get current thread ID (Linux task ID).  */
This page took 0.026906 seconds and 4 git commands to generate.