/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | State.cpp | 28 case eStateRunning: in StateAsCString() 72 case eStateRunning: in StateIsRunningState() 95 case eStateRunning: in StateIsStoppedState()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBProcessExtensions.i | 23 s == eStateRunning or 33 if state == eStateRunning or state == eStateStepping:
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallOnFunctionExit.cpp | 96 return eStateRunning; in GetPlanRunState()
|
H A D | ThreadPlanBase.cpp | 181 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
H A D | ThreadPlanStepThrough.cpp | 213 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
H A D | ThreadPlanPython.cpp | 172 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
|
H A D | ThreadPlanRunToAddress.cpp | 168 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
H A D | ThreadPlan.cpp | 291 return eStateRunning; in GetPlanRunState()
|
H A D | ThreadPlanStepUntil.cpp | 275 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
H A D | ThreadPlanCallFunction.cpp | 367 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
H A D | Process.cpp | 783 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 …]
|
H A D | ThreadPlanStepOut.cpp | 390 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
H A D | ThreadPlanStepRange.cpp | 430 return eStateRunning; in GetPlanRunState()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 173 m_state = StateType::eStateRunning; in SetRunning() 248 case eStateRunning: in GetStopReason()
|
H A D | NativeProcessNetBSD.cpp | 516 case eStateRunning: in Resume() 553 SetState(eStateRunning, true); in Signal() 604 case StateType::eStateRunning: in GetMemoryRegionInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeThreadFreeBSD.cpp | 173 m_state = StateType::eStateRunning; in SetRunning() 236 case eStateRunning: in GetStopReason()
|
H A D | NativeProcessFreeBSD.cpp | 482 case eStateRunning: in Resume() 512 SetState(eStateRunning, true); in Resume() 573 case StateType::eStateRunning: in Kill()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 113 return eStateRunning; in GetPlanRunState()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ThreadGDBRemote.cpp | 253 case eStateRunning: in WillResume()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1105 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 D | ProcessGDBRemote.h | 309 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 189 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 193 SetPrivateState(eStateRunning); in DoAttachToProcessWithID()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 86 eStateRunning, ///< Process or thread is running and can't be examined. enumerator
|