| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | State.cpp | 28 case eStateRunning: in StateAsCString() 72 case eStateRunning: in StateIsRunningState() 95 case eStateRunning: in StateIsStoppedState()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeThreadWindows.cpp | 78 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume() 92 m_state = eStateRunning; in DoResume() 138 case eStateRunning: in GetStopReason()
|
| H A D | TargetThreadWindows.cpp | 160 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
|
| H A D | NativeProcessWindows.cpp | 106 case eStateRunning: in Resume() 134 SetState(eStateRunning); in Resume()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 155 SetPrivateState(eStateRunning); in DoLaunch() 181 const StateType thread_resume_state = eStateRunning; in DoResume() 185 bool resume = (thread_resume_state == eStateRunning); in DoResume() 186 assert(thread_resume_state == eStateRunning && "invalid thread resume state"); in DoResume() 192 SetPrivateState(eStateRunning); in DoResume()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeThreadOpenBSD.cpp | 85 m_state = StateType::eStateRunning; in SetRunning() 119 case eStateRunning: in GetStopReason()
|
| H A D | NativeProcessOpenBSD.cpp | 252 case eStateRunning: { in Resume() 260 SetState(eStateRunning, true); in Resume() 344 case StateType::eStateRunning: in Kill()
|
| /openbsd-src/gnu/llvm/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 | ThreadPlanPython.cpp | 149 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
|
| H A D | ThreadPlanStepThrough.cpp | 213 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| H A D | ThreadPlanRunToAddress.cpp | 168 StateType ThreadPlanRunToAddress::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 74 eStateRunning, enumerator 98 ((s) == eStateAttaching || (s) == eStateLaunching || (s) == eStateRunning || \
|
| H A D | DNBThreadResumeActions.h | 36 void AppendResumeAll() { AppendAction(INVALID_NUB_THREAD, eStateRunning); } in AppendResumeAll()
|
| H A D | RNBContext.cpp | 288 return pid_state == eStateRunning || pid_state == eStateStepping; in ProcessStateRunning()
|
| H A D | libdebugserver.cpp | 209 case eStateRunning: in HandleProcessStateChange()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 174 m_state = StateType::eStateRunning; in SetRunning() 237 case eStateRunning: in GetStopReason()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 174 m_state = StateType::eStateRunning; in SetRunning() 249 case eStateRunning: in GetStopReason()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.cpp | 388 thread_actions.NumActionsWithState(eStateRunning) == in ProcessWillResume() 395 action_ptr->state == eStateRunning) { in ProcessWillResume() 405 DNBThreadResumeAction resume_new_threads = {-1U, eStateRunning, 0, in ProcessWillResume()
|
| H A D | MachThread.cpp | 355 case eStateRunning: in ThreadWillResume() 388 if (GetState() == eStateRunning) { in ShouldStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 598 state = eStateRunning; in MonitorSIGTRAP() 934 case eStateRunning: in Resume() 1021 if (thread_state == eStateRunning || thread_state == eStateStepping) { in Interrupt() 1072 case StateType::eStateRunning: in Kill() 1720 ResumeThread(thread, eStateRunning, LLDB_INVALID_SIGNAL_NUMBER); in AddThread() 1795 case eStateRunning: { in ResumeThread() 1798 SetState(eStateRunning, true); in ResumeThread() 1804 SetState(eStateRunning, true); in ResumeThread()
|
| H A D | NativeThreadLinux.cpp | 137 case eStateRunning: in GetStopReason() 212 const StateType new_state = StateType::eStateRunning; in Resume()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBProcess.i | 452 s == eStateRunning or 462 if state == eStateRunning or state == eStateStepping:
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | Debug.h | 63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.h | 142 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
|