Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A 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/
H A DNativeThreadWindows.cpp78 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
92 m_state = eStateRunning; in DoResume()
138 case eStateRunning: in GetStopReason()
H A DTargetThreadWindows.cpp160 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
H A DNativeProcessWindows.cpp106 case eStateRunning: in Resume()
134 SetState(eStateRunning); in Resume()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp155 SetPrivateState(eStateRunning); in DoLaunch()
181 const StateType thread_resume_state = eStateRunning; in DoResume()
185 bool resume = (thread_resume_state == eStateRunning); in DoResume()
186 assert(thread_resume_state == eStateRunning && "invalid thread resume state"); in DoResume()
192 SetPrivateState(eStateRunning); in DoResume()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeThreadOpenBSD.cpp85 m_state = StateType::eStateRunning; in SetRunning()
119 case eStateRunning: in GetStopReason()
H A 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/
H A DThreadPlanCallOnFunctionExit.cpp96 return eStateRunning; in GetPlanRunState()
H A DThreadPlanBase.cpp181 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanPython.cpp149 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
H A DThreadPlanStepThrough.cpp213 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanRunToAddress.cpp168 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDefs.h74 eStateRunning, enumerator
98 ((s) == eStateAttaching || (s) == eStateLaunching || (s) == eStateRunning || \
H A DDNBThreadResumeActions.h36 void AppendResumeAll() { AppendAction(INVALID_NUB_THREAD, eStateRunning); } in AppendResumeAll()
H A DRNBContext.cpp288 return pid_state == eStateRunning || pid_state == eStateStepping; in ProcessStateRunning()
H A Dlibdebugserver.cpp209 case eStateRunning: in HandleProcessStateChange()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp174 m_state = StateType::eStateRunning; in SetRunning()
237 case eStateRunning: in GetStopReason()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp174 m_state = StateType::eStateRunning; in SetRunning()
249 case eStateRunning: in GetStopReason()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A 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()
H A DMachThread.cpp355 case eStateRunning: in ThreadWillResume()
388 if (GetState() == eStateRunning) { in ShouldStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A 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()
H A DNativeThreadLinux.cpp137 case eStateRunning: in GetStopReason()
212 const StateType new_state = StateType::eStateRunning; in Resume()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i452 s == eStateRunning or
462 if state == eStateRunning or state == eStateStepping:
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DDebug.h63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h142 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()

123