Home
last modified time | relevance | path

Searched refs:eStateInvalid (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp51 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 DGDBRemoteCommunicationServerLLGS.h93 lldb::StateType m_inferior_prev_state = lldb::StateType::eStateInvalid;
H A DProcessGDBRemote.cpp744 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 DGDBRemoteCommunicationServerLLGS.cpp1525 thread_action.state = eStateInvalid;
1638 case eStateInvalid:
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DState.cpp17 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 DNativeThreadNetBSD.cpp29 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadNetBSD()
130 case eStateInvalid: in GetStopReason()
H A DNativeProcessNetBSD.cpp234 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
412 case StateType::eStateInvalid: in Kill()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp835 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 DThread.cpp948 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 DTarget.cpp2805 StateType state = eStateInvalid; in Launch()
2972 auto state = eStateInvalid; in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp83 return eStateInvalid; in GetState()
H A DNativeThreadListDarwin.cpp48 return eStateInvalid;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h414 lldb::StateType m_state = lldb::eStateInvalid;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp49 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 Dlldb-enumerations.h77 eStateInvalid = 0, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp111 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp224 case eStateInvalid: in CheckRequirements()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp586 state != eStateInvalid && state != eStateUnloaded; in IsAlive()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp301 StateType state = eStateInvalid; in Launch()
373 StateType state = eStateInvalid; in Launch()
H A DSBDebugger.cpp441 if (event_state == eStateInvalid) in HandleProcessEvent()
H A DSBProcess.cpp557 StateType ret_val = eStateInvalid; in GetState()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp871 if (eEventState == lldb::eStateInvalid) in HandleProcessEventBroadcastBitStateChanged()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2946 return state != lldb::eStateInvalid && state != lldb::eStateDetached && in PrivateStateThreadIsValid()