| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | State.cpp | 29 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 D | NativeThreadNetBSD.cpp | 100 m_state = StateType::eStateRunning; in SetRunning() 134 case eStateRunning: in GetStopReason()
|
| H A D | NativeProcessNetBSD.cpp | 338 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 D | ThreadPlanCallOnFunctionExit.cpp | 99 return eStateRunning; in GetPlanRunState()
|
| H A D | ThreadPlanBase.cpp | 183 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanPython.cpp | 168 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
|
| H A D | ThreadPlanStepThrough.cpp | 223 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanRunToAddress.cpp | 171 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | Process.cpp | 828 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 D | ThreadPlan.cpp | 280 return eStateRunning; in GetPlanRunState()
|
| H A D | ThreadPlanStepUntil.cpp | 281 StateType ThreadPlanStepUntil::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanCallFunction.cpp | 396 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanStepOut.cpp | 370 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanStepRange.cpp | 417 return eStateRunning; in GetPlanRunState()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadListDarwin.cpp | 470 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 D | NativeThreadDarwin.cpp | 188 if (GetState() == eStateRunning) in ShouldStop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Debug.h | 70 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 114 return eStateRunning; in GetPlanRunState()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | FreeBSDThread.cpp | 304 case eStateRunning: in WillResume() 335 case lldb::eStateRunning: in Resume()
|
| H A D | ProcessFreeBSD.cpp | 130 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 D | ThreadGDBRemote.cpp | 248 case eStateRunning: in WillResume()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 850 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 D | ProcessGDBRemote.h | 320 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 144 return m_state == lldb::eStateRunning || IsStepping(); in IsRunning()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 87 eStateRunning, ///< Process or thread is running and can't be examined. enumerator
|