Searched refs:eStateUnloaded (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 236 case eStateUnloaded: in GetStopReason()
|
| H A D | NativeProcessNetBSD.cpp | 574 case StateType::eStateUnloaded: in Kill()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 224 case eStateUnloaded: in GetStopReason()
|
| H A D | NativeProcessFreeBSD.cpp | 530 case StateType::eStateUnloaded: in Kill()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 75 eStateUnloaded, ///< Process is object is valid, but not currently loaded enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 396 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 D | Thread.cpp | 225 m_reg_context_sp(), m_state(eStateUnloaded), m_state_mutex(), in Thread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 121 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 238 case eStateUnloaded: in CheckRequirements()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 135 .. py:data:: eStateUnloaded
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1722 case eStateUnloaded: in SendStopReasonForState()
|
| H A D | ProcessGDBRemote.cpp | 3592 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 70555 {SWIG_LUA_CONSTTAB_INT("eStateUnloaded", lldb::eStateUnloaded)},
|