Searched refs:stop_state (Results 1 – 5 of 5) sorted by relevance
5082 lldb::StateType stop_state = lldb::eStateInvalid; in RunThreadPlan() local5183 stop_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get()); in RunThreadPlan()5185 if (stop_state != eStateRunning) in RunThreadPlan()5189 if (stop_state == eStateStopped) in RunThreadPlan()5196 StateAsCString(stop_state), in RunThreadPlan()5210 StateAsCString(stop_state)); in RunThreadPlan()5287 stop_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get()); in RunThreadPlan()5289 …log->Printf("Process::RunThreadPlan(): in while loop, got event: %s.", StateAsCString(stop_state)); in RunThreadPlan()5291 switch (stop_state) in RunThreadPlan()5376 …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);
2904 …StateType stop_state = process->GetGDBRemote().SendContinuePacketAndWaitForResponse (process, cont… in AsyncThread() local2912 switch (stop_state) in AsyncThread()2918 process->SetPrivateState (stop_state); in AsyncThread()2934 process->SetPrivateState (stop_state); in AsyncThread()
5978 enum dbg_status stop_state = ecore_dbg_bus_stop(p_hwfn, p_ptt); in ecore_dbg_bus_dump() local5979 if (stop_state != DBG_STATUS_OK) in ecore_dbg_bus_dump()5980 return stop_state; in ecore_dbg_bus_dump()