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 DThreadPlanPython.cpp152 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()
H A DThreadPlan.cpp291 return eStateRunning; in GetPlanRunState()
H A DThreadPlanStepUntil.cpp275 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DProcess.cpp751 case eStateRunning: in HandleProcessStateChangedEvent()
1098 case eStateRunning: in IsAlive()
1645 case eStateRunning: in CreateBreakpointSite()
2733 case eStateRunning: in PerformAction()
3142 SetPrivateState(eStateRunning); in PrivateResume()
3202 if (m_public_state.GetValue() == eStateRunning || in StopForDestroyOrDetach()
3203 m_private_state.GetValue() == eStateRunning) { in StopForDestroyOrDetach()
3437 case eStateRunning: in ShouldBroadcastEvent()
3450 case eStateRunning: in ShouldBroadcastEvent()
5015 if (stop_state != eStateRunning) { in RunThreadPlan()
[all …]
H A DThreadPlanCallFunction.cpp367 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepOut.cpp390 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanStepRange.cpp429 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.cpp461 case eStateRunning: in Resume()
491 SetState(eStateRunning, true); in Resume()
552 case StateType::eStateRunning: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp173 m_state = StateType::eStateRunning; in SetRunning()
248 case eStateRunning: in GetStopReason()
H A DNativeProcessNetBSD.cpp516 case eStateRunning: in Resume()
553 SetState(eStateRunning, true); in Resume()
604 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/Process/gdb-remote/
H A DThreadGDBRemote.cpp253 case eStateRunning: in WillResume()
H A DGDBRemoteCommunicationServerLLGS.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()
H A DProcessGDBRemote.h308 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp113 return eStateRunning; in GetPlanRunState()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h189 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp193 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