gdbserver: handle running threads in qXfer:threads:read
[deliverable/binutils-gdb.git] / gdbserver / inferiors.h
index 4e24b2c7bb214fd5009bcb103a7597491dbe4ed6..bf2a16f801ecb4adf12ef3e9ac0288a56cb765b0 100644 (file)
@@ -138,6 +138,9 @@ struct process_info *find_process_pid (int pid);
 int have_started_inferiors_p (void);
 int have_attached_inferiors_p (void);
 
+/* Switch to a thread of PROC.  */
+void switch_to_process (process_info *proc);
+
 void clear_inferiors (void);
 
 void *thread_target_data (struct thread_info *);
This page took 0.023198 seconds and 4 git commands to generate.