Searched refs:stop_state (Results 1 – 4 of 4) sorted by relevance
5495 lldb::StateType stop_state = lldb::eStateInvalid; in RunThreadPlan() local5644 stop_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get()); in RunThreadPlan()5646 if (stop_state != eStateRunning) in RunThreadPlan()5650 if (stop_state == eStateStopped) in RunThreadPlan()5657 StateAsCString(stop_state), in RunThreadPlan()5671 StateAsCString(stop_state)); in RunThreadPlan()5770 stop_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get()); in RunThreadPlan()5772 …log->Printf("Process::RunThreadPlan(): in while loop, got event: %s.", StateAsCString(stop_state)); in RunThreadPlan()5774 switch (stop_state) in RunThreadPlan()5857 …ocess::RunThreadPlan(): execution stopped with unexpected state: %s.", StateAsCString(stop_state)); in RunThreadPlan()[all …]
577 int stop_state) in svn_ra_serf__xml_gather_since() argument606 if (xes->state == stop_state) in svn_ra_serf__xml_gather_since()
706 int stop_state);
3711 …StateType stop_state = process->GetGDBRemote().SendContinuePacketAndWaitForResponse (process, cont… in AsyncThread() local3719 switch (stop_state) in AsyncThread()3725 process->SetPrivateState (stop_state); in AsyncThread()3761 process->SetPrivateState (stop_state); in AsyncThread()