Searched refs:stop_state (Results 1 – 2 of 2) sorted by relevance
4785 lldb::StateType stop_state = lldb::eStateInvalid; in RunThreadPlan() local4869 stop_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get()); in RunThreadPlan()4871 if (stop_state != eStateRunning) in RunThreadPlan()4875 if (stop_state == eStateStopped) in RunThreadPlan()4882 StateAsCString(stop_state), in RunThreadPlan()4896 StateAsCString(stop_state)); in RunThreadPlan()4973 stop_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get()); in RunThreadPlan()4975 …log->Printf("Process::RunThreadPlan(): in while loop, got event: %s.", StateAsCString(stop_state)); in RunThreadPlan()4977 switch (stop_state) in RunThreadPlan()5062 …ocess::RunThreadPlan(): execution stopped with unexpected state: %s.", StateAsCString(stop_state)); in RunThreadPlan()[all …]
2844 …StateType stop_state = process->GetGDBRemote().SendContinuePacketAndWaitForResponse (process, cont… in AsyncThread() local2852 switch (stop_state) in AsyncThread()2858 process->SetPrivateState (stop_state); in AsyncThread()2874 process->SetPrivateState (stop_state); in AsyncThread()