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.cpp549 case StateType::eStateAttaching: in Kill()
/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 Kill()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp739 case eStateAttaching: in HandleProcessStateChangedEvent()
1095 case eStateAttaching: in IsAlive()
1637 case eStateAttaching: in CreateBreakpointSite()
2730 case eStateAttaching: in PerformAction()
2832 SetPublicState(eStateAttaching, restarted); in Attach()
2904 SetPublicState(eStateAttaching, restarted); in Attach()
3167 if (m_public_state.GetValue() == eStateAttaching) { in Halt()
3427 case eStateAttaching: in ShouldBroadcastEvent()
3747 new_state != eStateLaunching && new_state != eStateAttaching) { in HandlePrivateEvent()
3852 if (m_public_state.GetValue() == eStateAttaching) { in RunPrivateStateThread()
H A DTarget.cpp3420 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.cpp328 if (state == eStateAttaching) in Launch()
399 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.cpp2378 if (m_public_state.GetValue() == eStateAttaching) { in DoHalt()
2427 if (m_public_state.GetValue() != eStateAttaching) { in DoDestroy()
H A DGDBRemoteCommunicationServerLLGS.cpp1946 case eStateAttaching: in SendStopReasonForState()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77811 {SWIG_LUA_CONSTTAB_INT("eStateAttaching", lldb::eStateAttaching)},