Home
last modified time | relevance | path

Searched refs:eStateRunning (Results 1 – 25 of 62) sorted by relevance

123

/openbsd/src/gnu/llvm/lldb/source/Utility/
DState.cpp28 case eStateRunning: in StateAsCString()
72 case eStateRunning: in StateIsRunningState()
95 case eStateRunning: in StateIsStoppedState()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DNativeThreadWindows.cpp78 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
92 m_state = eStateRunning; in DoResume()
138 case eStateRunning: in GetStopReason()
DTargetThreadWindows.cpp160 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
DNativeProcessWindows.cpp106 case eStateRunning: in Resume()
134 SetState(eStateRunning); in Resume()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
DNativeThreadOpenBSD.cpp85 m_state = StateType::eStateRunning; in SetRunning()
119 case eStateRunning: in GetStopReason()
DNativeProcessOpenBSD.cpp252 case eStateRunning: { in Resume()
260 SetState(eStateRunning, true); in Resume()
344 case StateType::eStateRunning: in Kill()
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanCallOnFunctionExit.cpp96 return eStateRunning; in GetPlanRunState()
DThreadPlanBase.cpp181 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
DThreadPlanPython.cpp149 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
DThreadPlanStepThrough.cpp213 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
DThreadPlanRunToAddress.cpp168 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
DThreadPlan.cpp288 return eStateRunning; in GetPlanRunState()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBDefs.h74 eStateRunning, enumerator
98 ((s) == eStateAttaching || (s) == eStateLaunching || (s) == eStateRunning || \
DDNBThreadResumeActions.h36 void AppendResumeAll() { AppendAction(INVALID_NUB_THREAD, eStateRunning); } in AppendResumeAll()
DRNBContext.cpp288 return pid_state == eStateRunning || pid_state == eStateStepping; in ProcessStateRunning()
Dlibdebugserver.cpp209 case eStateRunning: in HandleProcessStateChange()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeThreadFreeBSD.cpp174 m_state = StateType::eStateRunning; in SetRunning()
237 case eStateRunning: in GetStopReason()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.cpp174 m_state = StateType::eStateRunning; in SetRunning()
249 case eStateRunning: in GetStopReason()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp388 thread_actions.NumActionsWithState(eStateRunning) == in ProcessWillResume()
395 action_ptr->state == eStateRunning) { in ProcessWillResume()
405 DNBThreadResumeAction resume_new_threads = {-1U, eStateRunning, 0, in ProcessWillResume()
DMachThread.cpp355 case eStateRunning: in ThreadWillResume()
388 if (GetState() == eStateRunning) { in ShouldStop()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp598 state = eStateRunning; in MonitorSIGTRAP()
934 case eStateRunning: in Resume()
1021 if (thread_state == eStateRunning || thread_state == eStateStepping) { in Interrupt()
1072 case StateType::eStateRunning: in Kill()
1720 ResumeThread(thread, eStateRunning, LLDB_INVALID_SIGNAL_NUMBER); in AddThread()
1795 case eStateRunning: { in ResumeThread()
1798 SetState(eStateRunning, true); in ResumeThread()
1804 SetState(eStateRunning, true); in ResumeThread()
DNativeThreadLinux.cpp137 case eStateRunning: in GetStopReason()
212 const StateType new_state = StateType::eStateRunning; in Resume()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBProcess.i452 s == eStateRunning or
462 if state == eStateRunning or state == eStateStepping:
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DDebug.h63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h142 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()

123