Home
last modified time | relevance | path

Searched refs:eStateUnloaded (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp18 case eStateUnloaded: in StateAsCString()
79 case eStateUnloaded: in StateIsRunningState()
100 case eStateUnloaded: in StateIsStoppedState()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp236 case eStateUnloaded: in GetStopReason()
H A DNativeProcessNetBSD.cpp574 case StateType::eStateUnloaded: in Kill()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp224 case eStateUnloaded: in GetStopReason()
H A DNativeProcessFreeBSD.cpp530 case StateType::eStateUnloaded: in Kill()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h75 eStateUnloaded, ///< Process is object is valid, but not currently loaded enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp396 m_target_wp(target_sp), m_public_state(eStateUnloaded), in Process()
397 m_private_state(eStateUnloaded), in Process()
672 case eStateUnloaded: in WaitForProcessToStop()
714 case eStateUnloaded: in HandleProcessStateChangedEvent()
1594 case eStateUnloaded: in CreateBreakpointSite()
3331 case eStateUnloaded: in ShouldBroadcastEvent()
H A DThread.cpp225 m_reg_context_sp(), m_state(eStateUnloaded), m_state_mutex(), in Thread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp121 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp238 case eStateUnloaded: in CheckRequirements()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst135 .. py:data:: eStateUnloaded
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1722 case eStateUnloaded: in SendStopReasonForState()
H A DProcessGDBRemote.cpp3592 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70555 {SWIG_LUA_CONSTTAB_INT("eStateUnloaded", lldb::eStateUnloaded)},