Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DState.cpp29 case eStateRunning: in StateAsCString()
73 case eStateRunning: in StateIsRunningState()
96 case eStateRunning: in StateIsStoppedState()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp100 m_state = StateType::eStateRunning; in SetRunning()
134 case eStateRunning: in GetStopReason()
H A DNativeProcessNetBSD.cpp338 case eStateRunning: { in Resume()
346 SetState(eStateRunning, true); in Resume()
426 case StateType::eStateRunning: in Kill()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp99 return eStateRunning; in GetPlanRunState()
H A DThreadPlanBase.cpp183 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanPython.cpp168 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
H A DThreadPlanStepThrough.cpp223 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanRunToAddress.cpp171 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DProcess.cpp828 case eStateRunning: in Finalize()
1066 case eStateRunning: in HandleProcessStateChangedEvent()
1392 case eStateRunning: in IsAlive()
1867 case eStateRunning: in CreateBreakpointSite()
2924 case eStateRunning: in PerformAction()
3310 SetPrivateState(eStateRunning); in PrivateResume()
3365 if (m_public_state.GetValue() == eStateRunning || in StopForDestroyOrDetach()
3594 case eStateRunning: in ShouldBroadcastEvent()
3607 case eStateRunning: in ShouldBroadcastEvent()
5117 if (stop_state != eStateRunning) { in RunThreadPlan()
[all …]
H A DThreadPlan.cpp280 return eStateRunning; in GetPlanRunState()
H A DThreadPlanStepUntil.cpp281 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanCallFunction.cpp396 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepOut.cpp370 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepRange.cpp417 return eStateRunning; in GetPlanRunState()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp470 thread_actions.NumActionsWithState (eStateRunning) == 1)) in ProcessWillResume()
477 if (action_ptr->state == eStateStepping || action_ptr->state == eStateRunning) in ProcessWillResume()
491 DNBThreadResumeAction resume_new_threads = { -1U, eStateRunning, 0, INVALID_NUB_ADDRESS }; in ProcessWillResume()
H A DNativeThreadDarwin.cpp188 if (GetState() == eStateRunning) in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h70 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp114 return eStateRunning; in GetPlanRunState()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp304 case eStateRunning: in WillResume()
335 case lldb::eStateRunning: in Resume()
H A DProcessFreeBSD.cpp130 SetPrivateState(eStateRunning); in DoResume()
877 if (thread_state == eStateRunning || thread_state == eStateStepping) { in IsAThreadRunning()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp248 case eStateRunning: in WillResume()
H A DGDBRemoteCommunicationServerLLGS.cpp850 case StateType::eStateRunning:
1387 ResumeActionList resume_actions(StateType::eStateRunning, 0);
1401 ResumeAction action = {GetContinueThreadID(), StateType::eStateRunning,
1458 ResumeActionList actions(StateType::eStateRunning, 0);
1539 thread_action.state = eStateRunning;
1621 case eStateRunning:
H A DProcessGDBRemote.h320 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h144 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h87 eStateRunning, ///< Process or thread is running and can't be examined. enumerator

12