Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp226 case eStateUnloaded: in GetStopReason()
H A DNativeProcessFreeBSD.cpp563 case StateType::eStateUnloaded: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp238 case eStateUnloaded: in GetStopReason()
H A DNativeProcessNetBSD.cpp594 case StateType::eStateUnloaded: in Kill()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h76 eStateUnloaded, ///< Process is object is valid, but not currently loaded enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp123 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp240 case eStateUnloaded: in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp456 m_target_wp(target_sp), m_public_state(eStateUnloaded), in Process()
457 m_private_state(eStateUnloaded), in Process()
727 case eStateUnloaded: in WaitForProcessToStop()
770 case eStateUnloaded: in HandleProcessStateChangedEvent()
1667 case eStateUnloaded: in CreateBreakpointSite()
3606 case eStateUnloaded: in ShouldBroadcastEvent()
H A DThread.cpp222 m_reg_context_sp(), m_state(eStateUnloaded), m_state_mutex(), in Thread()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst135 .. py:data:: eStateUnloaded
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1966 case eStateUnloaded: in SendStopReasonForState()
H A DProcessGDBRemote.cpp3482 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81093 {SWIG_LUA_CONSTTAB_INT("eStateUnloaded", (lldb::eStateUnloaded))},