Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp28 case eStateRunning: in StateAsCString()
72 case eStateRunning: in StateIsRunningState()
95 case eStateRunning: in StateIsStoppedState()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp165 SetPrivateState(eStateRunning); in DoLaunch()
193 const StateType thread_resume_state = eStateRunning; in DoResume()
197 bool resume = (thread_resume_state == eStateRunning); in DoResume()
198 assert(thread_resume_state == eStateRunning && "invalid thread resume state"); in DoResume()
204 SetPrivateState(eStateRunning); in DoResume()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp96 return eStateRunning; in GetPlanRunState()
H A DThreadPlanBase.cpp180 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanPython.cpp153 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
H A DThreadPlanStepThrough.cpp212 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanRunToAddress.cpp167 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepUntil.cpp274 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlan.cpp287 return eStateRunning; in GetPlanRunState()
H A DProcess.cpp727 case eStateRunning: in HandleProcessStateChangedEvent()
1072 case eStateRunning: in IsAlive()
1604 case eStateRunning: in CreateBreakpointSite()
2671 case eStateRunning: in PerformAction()
3060 SetPrivateState(eStateRunning); in PrivateResume()
3116 if (m_public_state.GetValue() == eStateRunning || in StopForDestroyOrDetach()
3117 m_private_state.GetValue() == eStateRunning) { in StopForDestroyOrDetach()
3349 case eStateRunning: in ShouldBroadcastEvent()
3362 case eStateRunning: in ShouldBroadcastEvent()
4914 if (stop_state != eStateRunning) { in RunThreadPlan()
[all …]
H A DThreadPlanCallFunction.cpp361 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepOut.cpp389 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepRange.cpp428 return eStateRunning; in GetPlanRunState()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp171 m_state = StateType::eStateRunning; in SetRunning()
246 case eStateRunning: in GetStopReason()
H A DNativeProcessNetBSD.cpp494 case eStateRunning: in Resume()
531 SetState(eStateRunning, true); in Resume()
584 case StateType::eStateRunning: in Kill()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp171 m_state = StateType::eStateRunning; in SetRunning()
234 case eStateRunning: in GetStopReason()
H A DNativeProcessFreeBSD.cpp453 case eStateRunning: in Resume()
483 SetState(eStateRunning, true); in Resume()
540 case StateType::eStateRunning: in Kill()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i449 s == eStateRunning or
459 if state == eStateRunning or state == eStateStepping:
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h65 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp109 return eStateRunning; in GetPlanRunState()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp253 case eStateRunning: in WillResume()
H A DGDBRemoteCommunicationServerLLGS.cpp1032 case StateType::eStateRunning: in ProcessStateChanged()
1465 ResumeActionList resume_actions(StateType::eStateRunning, in Handle_C()
1480 ResumeAction action = {GetContinueThreadID(), StateType::eStateRunning, in Handle_C()
1536 ResumeActionList actions(StateType::eStateRunning, in Handle_c()
1617 thread_action.state = eStateRunning; in Handle_vCont()
1703 case eStateRunning: in SendStopReasonForState()
H A DProcessGDBRemote.h298 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h177 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h85 eStateRunning, ///< Process or thread is running and can't be examined. enumerator

12