Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp24 case eStateLaunching: in StateAsCString()
71 case eStateLaunching: in StateIsRunningState()
94 case eStateLaunching: in StateIsStoppedState()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.cpp137 case eStateLaunching: in GetStopReason()
155 if (m_state == eStateLaunching) in SetWatchpoint()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStateTest.cpp21 EXPECT_EQ("launching", llvm::formatv("{0}", eStateLaunching).str()); in TEST()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h72 eStateLaunching, enumerator
98 ((s) == eStateAttaching || (s) == eStateLaunching || (s) == eStateRunning || \
H A Dlibdebugserver.cpp166 case eStateLaunching: in HandleProcessStateChange()
H A Ddebugserver.cpp330 case eStateLaunching: in RNBRunLoopLaunchInferior()
444 case eStateLaunching: in HandleProcessStateChange()
H A DDNB.cpp539 case eStateLaunching: in DNBProcessAttach()
930 case eStateLaunching: in DNBStateAsString()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp136 case eStateLaunching: in GetStopReason()
155 if (m_state == eStateLaunching) in SetWatchpoint()
181 if (m_state == eStateLaunching) in SetHardwareBreakpoint()
H A DNativeProcessLinux.cpp1069 case StateType::eStateLaunching: in Kill()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp236 case eStateLaunching: in GetStopReason()
H A DNativeProcessFreeBSD.cpp552 case StateType::eStateLaunching: in Kill()
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py385 elif state == lldb.eStateLaunching:
H A Dperformance.py205 …db.eStateConnected or state == lldb.eStateAttaching or state == lldb.eStateLaunching or state == l…
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp248 case eStateLaunching: in GetStopReason()
H A DNativeProcessNetBSD.cpp583 case StateType::eStateLaunching: in Kill()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i450 s == eStateLaunching or
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp546 case lldb::eStateLaunching: in WaitForProcessToStop()
H A Dlldb-vscode.cpp436 case lldb::eStateLaunching: in EventThreadFunction()
867 case lldb::eStateLaunching: in request_disconnect()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h79 eStateLaunching, ///< Process is in the process of launching enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp736 case eStateLaunching: in HandleProcessStateChangedEvent()
1089 case eStateLaunching: in IsAlive()
1624 case eStateLaunching: in CreateBreakpointSite()
2526 SetPublicState(eStateLaunching, restarted); in LaunchPrivate()
3368 case eStateLaunching: in ShouldBroadcastEvent()
3687 new_state != eStateLaunching && new_state != eStateAttaching) { in HandlePrivateEvent()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py163 elif enum == lldb.eStateLaunching:
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp237 case eStateLaunching: in CheckRequirements()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py221 elif enum == lldb.eStateLaunching:
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp821 case eStateLaunching: in PrivateProcessStateChanged()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1496 case eStateLaunching: in PrivateProcessStateChanged()

12