Home
last modified time | relevance | path

Searched refs:eStateLaunching (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DState.cpp25 case eStateLaunching: in StateAsCString()
72 case eStateLaunching: in StateIsRunningState()
95 case eStateLaunching: in StateIsStoppedState()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp133 case eStateLaunching: in GetStopReason()
153 if (m_state == eStateLaunching) in SetWatchpoint()
178 if (m_state == eStateLaunching) in SetHardwareBreakpoint()
H A DNativeProcessNetBSD.cpp424 case StateType::eStateLaunching: in Kill()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h82 eStateLaunching, ///< Process is in the process of launching enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp826 case eStateLaunching: in Finalize()
1055 case eStateLaunching: in HandleProcessStateChangedEvent()
1390 case eStateLaunching: in IsAlive()
1860 case eStateLaunching: in CreateBreakpointSite()
2747 SetPublicState(eStateLaunching, restarted); in Launch()
3585 case eStateLaunching: in ShouldBroadcastEvent()
3901 new_state != eStateLaunching && new_state != eStateAttaching) { in HandlePrivateEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp232 case eStateLaunching: in CheckRequirements()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp382 SetPrivateState(eStateLaunching); in DoLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp822 case eStateLaunching:
1620 case eStateLaunching:
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp895 case lldb::eStateLaunching: in HandleProcessEventBroadcastBitStateChanged()