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/FreeBSD/
H A DNativeThreadFreeBSD.cpp234 case eStateAttaching: in GetStopReason()
H A DNativeProcessFreeBSD.cpp577 case StateType::eStateAttaching: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp245 case eStateAttaching: in GetStopReason()
H A DNativeProcessNetBSD.cpp604 case StateType::eStateAttaching: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp742 case eStateAttaching: in HandleProcessStateChangedEvent()
1073 case eStateAttaching: in IsAlive()
1610 case eStateAttaching: in CreateBreakpointSite()
2862 case eStateAttaching: in PerformAction()
2965 SetPublicState(eStateAttaching, restarted); in Attach()
3033 SetPublicState(eStateAttaching, restarted); in Attach()
3312 if (m_public_state.GetValue() == eStateAttaching) { in Halt()
3629 case eStateAttaching: in ShouldBroadcastEvent()
3953 new_state != eStateLaunching && new_state != eStateAttaching) { in HandlePrivateEvent()
4058 if (m_public_state.GetValue() == eStateAttaching) { in RunPrivateStateThread()
H A DTarget.cpp3066 if (!(state == eStateStopped || state == eStateAttaching)) in RunStopHooks()
3559 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.cpp233 case eStateAttaching: in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp332 if (state == eStateAttaching) in Launch()
401 if (state == eStateAttaching) in Launch()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp68 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.cpp2488 if (m_public_state.GetValue() == eStateAttaching) { in DoHalt()
2537 if (m_public_state.GetValue() != eStateAttaching) { in DoDestroy()
H A DGDBRemoteCommunicationServerLLGS.cpp1950 case eStateAttaching: in SendStopReasonForState()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82489 {SWIG_LUA_CONSTTAB_INT("eStateAttaching", (lldb::eStateAttaching))},