gdb/
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index 956ef9a86a9f77284085b757035621c6ace9d92e..79d33fec0eb0e394087f1303fadf0e360c7790cc 100644 (file)
@@ -243,6 +243,9 @@ struct thread_info *find_thread_id (int num);
    returns the first thread in the list.  */
 struct thread_info *first_thread_of_process (int pid);
 
+/* Returns any thread of process PID.  */
+extern struct thread_info *any_thread_of_process (int pid);
+
 /* Change the ptid of thread OLD_PTID to NEW_PTID.  */
 void thread_change_ptid (ptid_t old_ptid, ptid_t new_ptid);
 
This page took 0.023673 seconds and 4 git commands to generate.