* inferiors.c (get_thread_process): Make global.
[deliverable/binutils-gdb.git] / gdb / gdbserver / inferiors.c
index 2d26b6ab4f4182483cc3e76470193ef4d330cd1b..f96438ef5368726e02d13157d3fb1826c45b9747 100644 (file)
@@ -442,7 +442,7 @@ find_process_pid (int pid)
     find_inferior_id (&all_processes, pid_to_ptid (pid));
 }
 
-static struct process_info *
+struct process_info *
 get_thread_process (struct thread_info *thread)
 {
   int pid = ptid_get_pid (thread->entry.id);
This page took 0.024232 seconds and 4 git commands to generate.