Searched refs:eStateUnloaded (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | State.cpp | 18 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 D | NativeThreadFreeBSD.cpp | 226 case eStateUnloaded: in GetStopReason()
|
H A D | NativeProcessFreeBSD.cpp | 563 case StateType::eStateUnloaded: in Kill()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 238 case eStateUnloaded: in GetStopReason()
|
H A D | NativeProcessNetBSD.cpp | 594 case StateType::eStateUnloaded: in Kill()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 76 eStateUnloaded, ///< Process is object is valid, but not currently loaded enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 123 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 240 case eStateUnloaded: in CheckRequirements()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 456 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 D | Thread.cpp | 222 m_reg_context_sp(), m_state(eStateUnloaded), m_state_mutex(), in Thread()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 135 .. py:data:: eStateUnloaded
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1966 case eStateUnloaded: in SendStopReasonForState()
|
H A D | ProcessGDBRemote.cpp | 3482 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81093 {SWIG_LUA_CONSTTAB_INT("eStateUnloaded", (lldb::eStateUnloaded))},
|