| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | State.cpp | 27 case eStateStopped: in StateAsCString() 81 case eStateStopped: in StateIsRunningState() 105 case eStateStopped: in StateIsStoppedState()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 111 process_up->SetState(StateType::eStateStopped, false); in Launch() 224 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 229 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 243 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 261 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 279 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 295 SetState(StateType::eStateStopped, true); in MonitorSignal() 361 case eStateStopped: in Resume() 425 case StateType::eStateStopped: in Kill() 681 SetState(StateType::eStateStopped); in Attach()
|
| H A D | NativeThreadNetBSD.cpp | 94 const StateType new_state = StateType::eStateStopped; in SetStopped() 120 case eStateStopped: in GetStopReason()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 827 case eStateStopped: in Finalize() 1017 case eStateStopped: in WaitForProcessToStop() 1076 case eStateStopped: in HandleProcessStateChangedEvent() 1391 case eStateStopped: in IsAlive() 1866 case eStateStopped: in CreateBreakpointSite() 2858 SetPrivateState(eStateStopped); in LoadCore() 2928 case eStateStopped: in PerformAction() 3311 SetPrivateState(eStateStopped); in PrivateResume() 3396 if (state != eStateStopped) { in StopForDestroyOrDetach() 3633 case eStateStopped: in ShouldBroadcastEvent() [all …]
|
| H A D | StopInfo.cpp | 60 } else if (ret_type == eStateStopped) { in HasTargetRunSinceMe()
|
| H A D | Target.cpp | 2535 if (m_process_sp->GetState() != eStateStopped) in RunStopHooks() 2906 if (state == eStateStopped) { in Launch() 3039 if (state != eStateStopped) { in Attach()
|
| H A D | Thread.cpp | 717 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteClientBase.cpp | 125 return eStateStopped; in SendContinuePacketAndWaitForResponse() 133 return eStateStopped; in SendContinuePacketAndWaitForResponse()
|
| H A D | ThreadGDBRemote.cpp | 244 case eStateStopped: in WillResume()
|
| H A D | ProcessGDBRemote.h | 327 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 828 PacketResult result = SendStopReasonForState(StateType::eStateStopped); 854 case StateType::eStateStopped: 1629 case eStateStopped: 2682 actions.SetDefaultThreadActionIfNeeded(eStateStopped, 0);
|
| H A D | ProcessGDBRemote.cpp | 1797 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo() 2401 return eStateStopped; in SetThreadStopInfo() 3734 if (GetPrivateState() == lldb::StateType::eStateStopped) { in HandleNotifyPacket() 3739 SetPrivateState(lldb::StateType::eStateStopped); in HandleNotifyPacket() 3814 case eStateStopped: in AsyncThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Debug.h | 74 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStopped); in AppendSuspendAll()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 225 SetPrivateState(eStateStopped); in SendMessage() 239 SetPrivateState(eStateStopped); in SendMessage() 247 SetPrivateState(eStateStopped); in SendMessage() 860 case eStateStopped: in IsStopped()
|
| H A D | FreeBSDThread.cpp | 301 case eStateStopped: in WillResume() 344 case lldb::eStateStopped: in Resume()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadDarwin.cpp | 235 SetState(eStateStopped); in ThreadDidStop()
|
| H A D | NativeProcessDarwin.cpp | 259 SetState(eStateStopped); in FinalizeLaunch() 870 SetState(eStateStopped); in ExceptionMessageBundleComplete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 149 bool CanResume() const { return m_state == lldb::eStateStopped; } in CanResume()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 166 if (process == NULL || process->GetState() != lldb::eStateStopped) { in Evaluate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 86 eStateStopped, ///< Process or thread is stopped and can be examined. enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 227 case eStateStopped: in CheckRequirements()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 622 if (state == eStateStopped) { in DoExecute()
|
| H A D | CommandObjectThread.cpp | 861 if ((state == eStateCrashed) || (state == eStateStopped) || in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBProcess.cpp | 1346 if (process_sp->GetState() != eStateStopped) { in SaveCore()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebuggerHandleEvents.cpp | 898 case lldb::eStateStopped: in HandleProcessEventBroadcastBitStateChanged()
|