Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i23 s == eStateRunning or
33 if state == eStateRunning or state == eStateStepping:
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp96 return eStateRunning; in GetPlanRunState()
H A DThreadPlanBase.cpp181 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepThrough.cpp213 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DScriptedThreadPlan.cpp169 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
H A DThreadPlanRunToAddress.cpp168 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepUntil.cpp275 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlan.cpp292 return eStateRunning; in GetPlanRunState()
H A DThreadPlanCallFunction.cpp378 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DProcess.cpp754 case eStateRunning: in HandleProcessStateChangedEvent()
1076 case eStateRunning: in IsAlive()
1618 case eStateRunning: in CreateBreakpointSite()
2865 case eStateRunning: in PerformAction()
3287 SetPrivateState(eStateRunning); in PrivateResume()
3404 if (m_public_state.GetValue() == eStateRunning || in StopForDestroyOrDetach()
3405 m_private_state.GetValue() == eStateRunning) { in StopForDestroyOrDetach()
3639 case eStateRunning: in ShouldBroadcastEvent()
3652 case eStateRunning: in ShouldBroadcastEvent()
5251 if (stop_state != eStateRunning) { in RunThreadPlan()
[all …]
H A DThreadPlanStepOut.cpp433 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepRange.cpp497 return eStateRunning; in GetPlanRunState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp173 m_state = StateType::eStateRunning; in SetRunning()
236 case eStateRunning: in GetStopReason()
H A DNativeProcessFreeBSD.cpp488 case eStateRunning: in Resume()
519 SetState(eStateRunning, true); in Resume()
580 case StateType::eStateRunning: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp172 m_state = StateType::eStateRunning; in SetRunning()
247 case eStateRunning: in GetStopReason()
H A DNativeProcessNetBSD.cpp518 case eStateRunning: in Resume()
556 SetState(eStateRunning, true); in Resume()
607 case StateType::eStateRunning: in Kill()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp113 return eStateRunning; in GetPlanRunState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp253 case eStateRunning: in WillResume()
H A DGDBRemoteCommunicationServerLLGS.cpp1108 case StateType::eStateRunning: in ProcessStateChanged()
1596 ResumeActionList resume_actions(StateType::eStateRunning, in Handle_C()
1611 ResumeAction action = {GetContinueThreadID(), StateType::eStateRunning, in Handle_C()
1665 ResumeActionList actions(StateType::eStateRunning, in Handle_c()
1742 thread_action.state = eStateRunning; in Handle_vCont()
1952 case eStateRunning: in SendStopReasonForState()
H A DProcessGDBRemote.h308 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h185 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp199 SetPrivateState(eStateRunning); in DoAttach()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h86 eStateRunning, ///< Process or thread is running and can't be examined. enumerator

12