Lines Matching refs:resume

92    must resume at the decremented PC.
187 brings it to a halt. We should ignore that SIGSTOP and resume the process
265 appropriately to resume where the breakpoint used to be. */
324 may silently resume an inferior process. */
338 before; resume the process. */
522 Notice that we will resume the process after hitting
532 /* Clear the single-stepping flag and SIGTRAP as we resume. */
627 /* If we were only supposed to resume one thread, only wait for
870 resume request.
872 This algorithm is O(threads * resume elements), but resume elements
889 process->resume = &resume_ptr[ndx];
892 /* This function is called once per thread. We check the thread's resume
893 request, which will tell us whether to resume, step, or leave the thread
908 if (process->resume->leave_stopped)
911 if (process->resume->thread == -1)
912 step = process->stepping || process->resume->step;
914 step = process->resume->step;
916 fbsd_resume_one_process (&process->head, step, process->resume->sig);
918 process->resume = NULL;
921 /* This function is called once per thread. We check the thread's resume
922 request, which will tell us whether to resume, step, or leave the thread
924 signals, since we won't actually resume. We already have a pending event
937 if (process->resume->leave_stopped)
941 if (process->resume->sig != 0)
946 p_sig->signal = process->resume->sig;
950 process->resume = NULL;
961 if (process->resume->leave_stopped)
967 for any thread that we are not otherwise going to resume - this
992 has a pending status, then don't resume any threads - we can just