| /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 | ScriptedThreadPlan.cpp | 169 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
|
| H A D | ThreadPlanRunToAddress.cpp | 168 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanStepUntil.cpp | 275 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlan.cpp | 292 return eStateRunning; in GetPlanRunState()
|
| H A D | ThreadPlanCallFunction.cpp | 378 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | Process.cpp | 754 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 D | ThreadPlanStepOut.cpp | 433 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanStepRange.cpp | 497 return eStateRunning; in GetPlanRunState()
|
| /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 | 488 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 D | NativeThreadNetBSD.cpp | 172 m_state = StateType::eStateRunning; in SetRunning() 247 case eStateRunning: in GetStopReason()
|
| H A D | NativeProcessNetBSD.cpp | 518 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 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 | 1108 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 D | ProcessGDBRemote.h | 308 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 185 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 199 SetPrivateState(eStateRunning); in DoAttach()
|
| /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
|