Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp5082 lldb::StateType stop_state = lldb::eStateInvalid; in RunThreadPlan() local
5183 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 …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dxml.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()
Dra_serf.h706 int stop_state);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2904 …StateType stop_state = process->GetGDBRemote().SendContinuePacketAndWaitForResponse (process, cont… in AsyncThread() local
2912 switch (stop_state) in AsyncThread()
2918 process->SetPrivateState (stop_state); in AsyncThread()
2934 process->SetPrivateState (stop_state); in AsyncThread()
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_dbg_fw_funcs.c5978 enum dbg_status stop_state = ecore_dbg_bus_stop(p_hwfn, p_ptt); in ecore_dbg_bus_dump() local
5979 if (stop_state != DBG_STATUS_OK) in ecore_dbg_bus_dump()
5980 return stop_state; in ecore_dbg_bus_dump()