Home
last modified time | relevance | path

Searched refs:eStateAttaching (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp22 case eStateAttaching: in StateAsCString()
70 case eStateAttaching: in StateIsRunningState()
93 case eStateAttaching: in StateIsStoppedState()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i20 if (s == eStateAttaching or
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp246 case eStateAttaching: in GetStopReason()
H A DNativeProcessNetBSD.cpp601 case StateType::eStateAttaching: in GetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp234 case eStateAttaching: in GetStopReason()
H A DNativeProcessFreeBSD.cpp570 case StateType::eStateAttaching: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp771 case eStateAttaching: in HandleProcessStateChangedEvent()
1127 case eStateAttaching: in IsAlive()
1669 case eStateAttaching: in CreateBreakpointSite()
2893 case eStateAttaching: in PerformAction()
2995 SetPublicState(eStateAttaching, restarted); in Attach()
3067 SetPublicState(eStateAttaching, restarted); in Attach()
3327 if (m_public_state.GetValue() == eStateAttaching) { in Halt()
3614 case eStateAttaching: in ShouldBroadcastEvent()
3934 new_state != eStateLaunching && new_state != eStateAttaching) { in HandlePrivateEvent()
4039 if (m_public_state.GetValue() == eStateAttaching) { in RunPrivateStateThread()
H A DTarget.cpp3408 if (state == eStateAttaching) in Attach()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h79 eStateAttaching, ///< Process is currently trying to attach enumerator
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp236 case eStateAttaching: in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp335 if (state == eStateAttaching) in Launch()
406 if (state == eStateAttaching) in Launch()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp66 if (process->GetState() == eStateAttaching) in StopProcessIfNecessary()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst144 .. py:data:: eStateAttaching
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2399 if (m_public_state.GetValue() == eStateAttaching) { in DoHalt()
2448 if (m_public_state.GetValue() != eStateAttaching) { in DoDestroy()
H A DGDBRemoteCommunicationServerLLGS.cpp1946 case eStateAttaching: in SendStopReasonForState()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81095 {SWIG_LUA_CONSTTAB_INT("eStateAttaching", (lldb::eStateAttaching))},