| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 165 SetPrivateState(eStateRunning); in DoLaunch() 193 const StateType thread_resume_state = eStateRunning; in DoResume() 197 bool resume = (thread_resume_state == eStateRunning); in DoResume() 198 assert(thread_resume_state == eStateRunning && "invalid thread resume state"); in DoResume() 204 SetPrivateState(eStateRunning); in DoResume()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanCallOnFunctionExit.cpp | 96 return eStateRunning; in GetPlanRunState()
|
| H A D | ThreadPlanBase.cpp | 180 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanPython.cpp | 153 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
|
| H A D | ThreadPlanStepThrough.cpp | 212 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanRunToAddress.cpp | 167 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanStepUntil.cpp | 274 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlan.cpp | 287 return eStateRunning; in GetPlanRunState()
|
| H A D | Process.cpp | 727 case eStateRunning: in HandleProcessStateChangedEvent() 1072 case eStateRunning: in IsAlive() 1604 case eStateRunning: in CreateBreakpointSite() 2671 case eStateRunning: in PerformAction() 3060 SetPrivateState(eStateRunning); in PrivateResume() 3116 if (m_public_state.GetValue() == eStateRunning || in StopForDestroyOrDetach() 3117 m_private_state.GetValue() == eStateRunning) { in StopForDestroyOrDetach() 3349 case eStateRunning: in ShouldBroadcastEvent() 3362 case eStateRunning: in ShouldBroadcastEvent() 4914 if (stop_state != eStateRunning) { in RunThreadPlan() [all …]
|
| H A D | ThreadPlanCallFunction.cpp | 361 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanStepOut.cpp | 389 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanStepRange.cpp | 428 return eStateRunning; in GetPlanRunState()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 171 m_state = StateType::eStateRunning; in SetRunning() 246 case eStateRunning: in GetStopReason()
|
| H A D | NativeProcessNetBSD.cpp | 494 case eStateRunning: in Resume() 531 SetState(eStateRunning, true); in Resume() 584 case StateType::eStateRunning: in Kill()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 171 m_state = StateType::eStateRunning; in SetRunning() 234 case eStateRunning: in GetStopReason()
|
| H A D | NativeProcessFreeBSD.cpp | 453 case eStateRunning: in Resume() 483 SetState(eStateRunning, true); in Resume() 540 case StateType::eStateRunning: in Kill()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcess.i | 449 s == eStateRunning or 459 if state == eStateRunning or state == eStateStepping:
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Debug.h | 65 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 109 return eStateRunning; in GetPlanRunState()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 253 case eStateRunning: in WillResume()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1032 case StateType::eStateRunning: in ProcessStateChanged() 1465 ResumeActionList resume_actions(StateType::eStateRunning, in Handle_C() 1480 ResumeAction action = {GetContinueThreadID(), StateType::eStateRunning, in Handle_C() 1536 ResumeActionList actions(StateType::eStateRunning, in Handle_c() 1617 thread_action.state = eStateRunning; in Handle_vCont() 1703 case eStateRunning: in SendStopReasonForState()
|
| H A D | ProcessGDBRemote.h | 298 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 177 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 85 eStateRunning, ///< Process or thread is running and can't be examined. enumerator
|