* inferiors.c (started_inferior_callback): New function.
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.h
index 7a0b77054c21d98aa5297b93117e85c890c07356..5138f1a3c7e38b3b9a4fae801245ccb7b7feba00 100644 (file)
@@ -236,6 +236,8 @@ void add_thread (ptid_t ptid, void *target_data);
 struct process_info *add_process (int pid, int attached);
 void remove_process (struct process_info *process);
 struct process_info *find_process_pid (int pid);
+int have_started_inferiors_p (void);
+int have_attached_inferiors_p (void);
 
 struct thread_info *find_thread_pid (ptid_t ptid);
 
This page took 0.023365 seconds and 4 git commands to generate.