Home
last modified time | relevance | path

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

12

/freebsd-head/contrib/llvm-project/lldb/source/Utility/
HDState.cpp28 case eStateRunning: in StateAsCString()
72 case eStateRunning: in StateIsRunningState()
95 case eStateRunning: in StateIsStoppedState()
/freebsd-head/contrib/llvm-project/lldb/bindings/interface/
HDSBProcessExtensions.i23 s == eStateRunning or
33 if state == eStateRunning or state == eStateStepping:
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThreadPlanCallOnFunctionExit.cpp96 return eStateRunning; in GetPlanRunState()
HDThreadPlanBase.cpp181 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
HDThreadPlanPython.cpp172 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
HDThreadPlanStepThrough.cpp213 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
HDThreadPlanRunToAddress.cpp168 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
HDThreadPlan.cpp291 return eStateRunning; in GetPlanRunState()
HDThreadPlanStepUntil.cpp275 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
HDThreadPlanCallFunction.cpp367 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
HDProcess.cpp783 case eStateRunning: in HandleProcessStateChangedEvent()
1130 case eStateRunning: in IsAlive()
1677 case eStateRunning: in CreateBreakpointSite()
2896 case eStateRunning: in PerformAction()
3302 SetPrivateState(eStateRunning); in PrivateResume()
3389 if (m_public_state.GetValue() == eStateRunning || in StopForDestroyOrDetach()
3390 m_private_state.GetValue() == eStateRunning) { in StopForDestroyOrDetach()
3624 case eStateRunning: in ShouldBroadcastEvent()
3637 case eStateRunning: in ShouldBroadcastEvent()
5212 if (stop_state != eStateRunning) { in RunThreadPlan()
[all …]
HDThreadPlanStepRange.cpp430 return eStateRunning; in GetPlanRunState()
HDThreadPlanStepOut.cpp390 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeThreadNetBSD.cpp173 m_state = StateType::eStateRunning; in SetRunning()
248 case eStateRunning: in GetStopReason()
HDNativeProcessNetBSD.cpp516 case eStateRunning: in Resume()
553 SetState(eStateRunning, true); in Resume()
604 case StateType::eStateRunning: in Kill()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDNativeThreadFreeBSD.cpp173 m_state = StateType::eStateRunning; in SetRunning()
236 case eStateRunning: in GetStopReason()
HDNativeProcessFreeBSD.cpp482 case eStateRunning: in Resume()
512 SetState(eStateRunning, true); in Resume()
573 case StateType::eStateRunning: in Kill()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Host/
HDDebug.h63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp253 case eStateRunning: in WillResume()
HDGDBRemoteCommunicationServerLLGS.cpp1105 case StateType::eStateRunning: in ProcessStateChanged()
1592 ResumeActionList resume_actions(StateType::eStateRunning, in Handle_C()
1607 ResumeAction action = {GetContinueThreadID(), StateType::eStateRunning, in Handle_C()
1661 ResumeActionList actions(StateType::eStateRunning, in Handle_c()
1738 thread_action.state = eStateRunning; in Handle_vCont()
1948 case eStateRunning: in SendStopReasonForState()
HDProcessGDBRemote.h309 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleThreadPlanStepThroughObjCTrampoline.cpp113 return eStateRunning; in GetPlanRunState()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h189 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp193 SetPrivateState(eStateRunning); in DoAttach()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h86 eStateRunning, ///< Process or thread is running and can't be examined. enumerator

12