| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | State.cpp | 26 case eStateStopped: in StateAsCString() 80 case eStateStopped: in StateIsRunningState() 104 case eStateStopped: in StateIsStoppedState()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeThreadWindows.cpp | 35 if (m_state != eStateStopped) { in DoStop() 41 m_state = eStateStopped; in DoStop() 115 m_state = eStateStopped; in SetStopReason() 125 case eStateStopped: in GetStopReason()
|
| H A D | NativeProcessWindows.cpp | 92 if (state == eStateStopped || state == eStateCrashed) { in Resume() 119 case eStateStopped: in Resume() 164 if (state != eStateStopped) in Halt() 455 SetState(eStateStopped, false); in OnDebugException() 484 SetState(eStateStopped, true); in OnDebugException() 506 SetState(eStateStopped, true); in OnDebugException() 525 SetState(eStateStopped, false); in OnDebugException() 549 SetState(eStateStopped, true); in OnDebugException()
|
| H A D | ProcessWindows.cpp | 212 if (private_state == eStateStopped || private_state == eStateCrashed) { in DoResume() 263 if (state != eStateStopped) in DoHalt() 279 if (m_session_data && GetPrivateState() == eStateStopped && in DidAttach() 719 SetPrivateState(eStateStopped); in OnDebugException() 739 SetPrivateState(eStateStopped); in OnDebugException() 743 SetPrivateState(eStateStopped); in OnDebugException()
|
| H A D | TargetThreadWindows.cpp | 45 SetState(eStateStopped); in RefreshStateAfterStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 107 process_up->SetState(StateType::eStateStopped, false); in Launch() 205 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 245 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 250 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 264 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 279 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 345 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 350 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 381 SetState(StateType::eStateStopped, true); in MonitorSignal() 502 case eStateStopped: in Resume() [all …]
|
| H A D | NativeThreadNetBSD.cpp | 168 const StateType new_state = StateType::eStateStopped; in SetStopped() 235 case eStateStopped: in GetStopReason() 266 assert(m_state == eStateStopped); in SetWatchpoint() 293 assert(m_state == eStateStopped); in SetHardwareBreakpoint()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 102 process_up->SetState(StateType::eStateStopped, false); in Launch() 193 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 259 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 284 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 319 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 340 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 348 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 384 SetState(StateType::eStateStopped, true); in MonitorSignal() 470 case eStateStopped: in Resume() 553 case StateType::eStateStopped: in Kill() [all …]
|
| H A D | NativeThreadFreeBSD.cpp | 168 const StateType new_state = StateType::eStateStopped; in SetStopped() 223 case eStateStopped: in GetStopReason() 254 assert(m_state == eStateStopped); in SetWatchpoint() 281 assert(m_state == eStateStopped); in SetHardwareBreakpoint()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeProcessOpenBSD.cpp | 114 process_up->SetState(StateType::eStateStopped, false); in Launch() 200 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 208 SetState(StateType::eStateStopped, true); in MonitorSignal() 279 case eStateStopped: in Resume() 343 case StateType::eStateStopped: in Kill() 485 SetState(StateType::eStateStopped); in Attach()
|
| H A D | NativeThreadOpenBSD.cpp | 79 const StateType new_state = StateType::eStateStopped; in SetStopped() 105 case eStateStopped: in GetStopReason()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 119 case eStateStopped: in GetStopReason() 372 if (signo && m_state == StateType::eStateStopped && in IsStopped() 388 const StateType new_state = StateType::eStateStopped; in SetStopped() 441 return GetState() == StateType::eStateStopped && in IsStoppedAtBreakpoint() 446 return GetState() == StateType::eStateStopped && in IsStoppedAtWatchpoint()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 73 eStateStopped, enumerator 102 ((s) == eStateUnloaded || (s) == eStateStopped || (s) == eStateCrashed || \
|
| H A D | DNBThreadResumeActions.h | 38 void AppendSuspendAll() { AppendAction(INVALID_NUB_THREAD, eStateStopped); } in AppendSuspendAll()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 165 SetPrivateState(eStateStopped); in DoLaunch() 193 SetPrivateState(eStateStopped); in DoResume() 206 SetPrivateState(eStateStopped); in DoStop()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | shadow.py | 12 if state != lldb.eStateStopped:
|
| H A D | disasm.py | 66 if state == lldb.eStateStopped:
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 699 case eStateStopped: in WaitForProcessToStop() 758 case eStateStopped: in HandleProcessStateChangedEvent() 1091 case eStateStopped: in IsAlive() 1634 case eStateStopped: in CreateBreakpointSite() 2269 if (GetPrivateState() != eStateStopped) { in AllocateMemory() 2453 if (state_after_launch != eStateStopped && in Launch() 2572 if (state == eStateStopped || state == eStateCrashed) { in LaunchPrivate() 2604 StateAsCString(eStateExited), StateAsCString(eStateStopped), in LaunchPrivate() 2635 SetPrivateState(eStateStopped); in LoadCore() 2711 case eStateStopped: in PerformAction() [all …]
|
| H A D | ProcessTrace.cpp | 63 SetPrivateState(eStateStopped); in DidAttach()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 69 if (process_sp->GetState() != lldb::eStateStopped) { in MakeFunctionCaller()
|
| H A D | FunctionCaller.cpp | 82 if (process->GetState() != lldb::eStateStopped) { in WriteFunctionWrapper() 237 if (process->GetState() != lldb::eStateStopped) { in InsertFunction()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBProcess.i | 451 s == eStateStopped or 469 if state == eStateStopped or state == eStateCrashed or state == eStateSuspended:
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteClientBase.cpp | 144 return eStateStopped; in SendContinuePacketAndWaitForResponse() 152 return eStateStopped; in SendContinuePacketAndWaitForResponse()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | Debug.h | 67 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStopped); in AppendSuspendAll()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 104 if (process->GetState() != lldb::eStateStopped) { in Install()
|