| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteClientBase.cpp | 51 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 62 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 71 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 74 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 87 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 92 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 131 return eStateInvalid; in SendContinuePacketAndWaitForResponse()
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 93 lldb::StateType m_inferior_prev_state = lldb::StateType::eStateInvalid;
|
| H A D | ProcessGDBRemote.cpp | 744 if (state != eStateInvalid) { in DoConnectRemote() 2412 return eStateInvalid; in SetThreadStopInfo() 3620 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess() 3843 case eStateInvalid: { in AsyncThread()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1525 thread_action.state = eStateInvalid; 1638 case eStateInvalid:
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | State.cpp | 17 case eStateInvalid: in StateAsCString() 79 case eStateInvalid: in StateIsRunningState() 92 case eStateInvalid: in StateIsStoppedState()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 29 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadNetBSD() 130 case eStateInvalid: in GetStopReason()
|
| H A D | NativeProcessNetBSD.cpp | 234 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 412 case StateType::eStateInvalid: in Kill()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 835 case eStateInvalid: in Finalize() 935 StateType state = eStateInvalid; in GetNextEvent() 997 while (state != eStateInvalid) { in WaitForProcessToStop() 1052 case eStateInvalid: in HandleProcessStateChangedEvent() 1261 StateType state = eStateInvalid; in GetStateChangedEvents() 1302 StateType state = eStateInvalid; in GetStateChangedEventsPrivate() 1856 case eStateInvalid: in CreateBreakpointSite() 2699 if (state == eStateInvalid) in WaitForProcessStopPrivate() 2960 case eStateInvalid: in PerformAction() 3590 case eStateInvalid: in ShouldBroadcastEvent() [all …]
|
| H A D | Thread.cpp | 948 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop() 957 temp_thread_state == eStateInvalid) { in ShouldReportStop() 1006 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun()
|
| H A D | Target.cpp | 2805 StateType state = eStateInvalid; in Launch() 2972 auto state = eStateInvalid; in Attach()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadDarwin.cpp | 83 return eStateInvalid; in GetState()
|
| H A D | NativeThreadListDarwin.cpp | 48 return eStateInvalid;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 414 lldb::StateType m_state = lldb::eStateInvalid;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 49 state = eStateInvalid; in StopProcessIfNecessary() 165 StateType state = eStateInvalid; in DoExecute() 446 StateType state = eStateInvalid; in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 77 eStateInvalid = 0, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 111 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 224 case eStateInvalid: in CheckRequirements()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 586 state != eStateInvalid && state != eStateUnloaded; in IsAlive()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 301 StateType state = eStateInvalid; in Launch() 373 StateType state = eStateInvalid; in Launch()
|
| H A D | SBDebugger.cpp | 441 if (event_state == eStateInvalid) in HandleProcessEvent()
|
| H A D | SBProcess.cpp | 557 StateType ret_val = eStateInvalid; in GetState()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebuggerHandleEvents.cpp | 871 if (eEventState == lldb::eStateInvalid) in HandleProcessEventBroadcastBitStateChanged()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 2946 return state != lldb::eStateInvalid && state != lldb::eStateDetached && in PrivateStateThreadIsValid()
|