/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | State.cpp | 26 case eStateStopped: in StateAsCString() 80 case eStateStopped: in StateIsRunningState() 104 case eStateStopped: in StateIsStoppedState()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 106 process_up->SetState(StateType::eStateStopped, false); in Launch() 203 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 243 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 248 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 262 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 277 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 343 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 348 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 379 SetState(StateType::eStateStopped, true); in MonitorSignal() 523 case eStateStopped in Resume() [all...] |
H A D | NativeThreadNetBSD.cpp | 167 const StateType new_state = StateType::eStateStopped; in SetStopped() 234 case eStateStopped: in GetStopReason() 265 assert(m_state == eStateStopped); in SetWatchpoint() 292 assert(m_state == eStateStopped); in SetHardwareBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 119 process_up->SetState(StateType::eStateStopped, false); in Launch() 209 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 275 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 300 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 335 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 356 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 364 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 400 SetState(StateType::eStateStopped, true); in MonitorSignal() 489 case eStateStopped: in Resume() 572 case StateType::eStateStopped: in Kill() [all …]
|
H A D | NativeThreadFreeBSD.cpp | 167 const StateType new_state = StateType::eStateStopped; in SetStopped() 222 case eStateStopped: in GetStopReason() 253 assert(m_state == eStateStopped); in SetWatchpoint() 280 assert(m_state == eStateStopped); in SetHardwareBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBProcessExtensions.i | 22 s == eStateStopped or 40 if state == eStateStopped or state == eStateCrashed or state == eStateSuspended:
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 733 case eStateStopped: in WaitForProcessToStop() 793 case eStateStopped: in HandleProcessStateChangedEvent() 1129 case eStateStopped: in IsAlive() 1676 case eStateStopped: in CreateBreakpointSite() 2436 if (GetPrivateState() != eStateStopped) { in AllocateMemory() 2637 if (state_after_launch != eStateStopped && in Launch() 2760 if (state == eStateStopped || state == eStateCrashed) { in LaunchPrivate() 2792 StateAsCString(eStateExited), StateAsCString(eStateStopped), in LaunchPrivate() 2823 SetPrivateState(eStateStopped); in LoadCore() 2900 case eStateStopped: in PerformAction() [all …]
|
H A D | ProcessTrace.cpp | 66 SetPrivateState(eStateStopped); in DidAttach()
|
H A D | StopInfo.cpp | 62 } else if (ret_type == eStateStopped) { in HasTargetRunSinceMe()
|
H A D | Target.cpp | 2888 if (m_process_sp->GetState() != eStateStopped) in RunStopHooks() 3322 case eStateStopped: { in Launch() 3473 if (state != eStateStopped) { in Attach()
|
/freebsd/contrib/llvm-project/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() 235 if (process->GetState() != lldb::eStateStopped) { in InsertFunction()
|
H A D | UserExpression.cpp | 206 if (process != nullptr && process->GetState() != lldb::eStateStopped) { in Evaluate()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteClientBase.cpp | 144 return eStateStopped; in SendContinuePacketAndWaitForResponse() 152 return eStateStopped; in SendContinuePacketAndWaitForResponse()
|
H A D | ThreadGDBRemote.cpp | 249 case eStateStopped: in WillResume()
|
H A D | ProcessGDBRemote.h | 316 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1084 *process, StateType::eStateStopped, /*force_synchronous=*/false); in HandleInferiorState_Stopped() 1108 case StateType::eStateStopped: in ProcessStateChanged() 1956 case eStateStopped: in SendStopReasonForState() 3043 actions.SetDefaultThreadActionIfNeeded(eStateStopped, 0); in Handle_s()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 67 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStopped); in AppendSuspendAll()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUtilityFunction.cpp | 102 if (process->GetState() != lldb::eStateStopped) { in Install()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 174 SetPrivateState(eStateStopped); in DoResume() 194 SetPrivateState(eStateStopped); in DoAttachToProcessWithID()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 194 bool CanResume() const { return m_state == lldb::eStateStopped; } in CanResume()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 85 eStateStopped, ///< Process or thread is stopped and can be examined. enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 318 case eStateStopped: in SynchronouslyNotifyProcessStateChanged()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 232 case eStateStopped: in CheckRequirements()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBProcess.cpp | 1253 if (process_sp->GetState() != eStateStopped) { in SaveCore()
|