Home
last modified time | relevance | path

Searched refs:stop_state (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp5495 lldb::StateType stop_state = lldb::eStateInvalid; in RunThreadPlan() local
5644 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 …]
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDxml.c577 int stop_state) in svn_ra_serf__xml_gather_since() argument
606 if (xes->state == stop_state) in svn_ra_serf__xml_gather_since()
HDra_serf.h706 int stop_state);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp3711 …StateType stop_state = process->GetGDBRemote().SendContinuePacketAndWaitForResponse (process, cont… in AsyncThread() local
3719 switch (stop_state) in AsyncThread()
3725 process->SetPrivateState (stop_state); in AsyncThread()
3761 process->SetPrivateState (stop_state); in AsyncThread()