Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp22 case eStateAttaching: in StateAsCString()
70 case eStateAttaching: in StateIsRunningState()
93 case eStateAttaching: in StateIsStoppedState()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStateTest.cpp20 EXPECT_EQ("attaching", llvm::formatv("{0}", eStateAttaching).str()); in TEST()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h71 eStateAttaching, enumerator
98 ((s) == eStateAttaching || (s) == eStateLaunching || (s) == eStateRunning || \
H A Dlibdebugserver.cpp165 case eStateAttaching: in HandleProcessStateChange()
H A Ddebugserver.cpp329 case eStateAttaching: in RNBRunLoopLaunchInferior()
443 case eStateAttaching: in HandleProcessStateChange()
H A DDNB.cpp538 case eStateAttaching: in DNBProcessAttach()
928 case eStateAttaching: in DNBStateAsString()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.cpp136 case eStateAttaching: in GetStopReason()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp235 case eStateAttaching: in GetStopReason()
H A DNativeProcessFreeBSD.cpp551 case StateType::eStateAttaching: in Kill()
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py383 elif state == lldb.eStateAttaching:
H A Dperformance.py205 …elif state == lldb.eStateConnected or state == lldb.eStateAttaching or state == lldb.eStateLaunchi…
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp247 case eStateAttaching: in GetStopReason()
H A DNativeProcessNetBSD.cpp582 case StateType::eStateAttaching: in Kill()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i449 if (s == eStateAttaching or
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp735 case eStateAttaching: in HandleProcessStateChangedEvent()
1088 case eStateAttaching: in IsAlive()
1623 case eStateAttaching: in CreateBreakpointSite()
2696 case eStateAttaching: in PerformAction()
2782 SetPublicState(eStateAttaching, restarted); in Attach()
2854 SetPublicState(eStateAttaching, restarted); in Attach()
3114 if (m_public_state.GetValue() == eStateAttaching) { in Halt()
3367 case eStateAttaching: in ShouldBroadcastEvent()
3687 new_state != eStateLaunching && new_state != eStateAttaching) { in HandlePrivateEvent()
3792 if (m_public_state.GetValue() == eStateAttaching) { in RunPrivateStateThread()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp543 case lldb::eStateAttaching: in WaitForProcessToStop()
H A Dlldb-vscode.cpp434 case lldb::eStateAttaching: in EventThreadFunction()
866 case lldb::eStateAttaching: in request_disconnect()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h78 eStateAttaching, ///< Process is currently trying to attach enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp135 case eStateAttaching: in GetStopReason()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py161 elif enum == lldb.eStateAttaching:
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp236 case eStateAttaching: in CheckRequirements()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp327 if (state == eStateAttaching) in Launch()
398 if (state == eStateAttaching) in Launch()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py219 elif enum == lldb.eStateAttaching:
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp820 case eStateAttaching: in PrivateProcessStateChanged()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1495 case eStateAttaching: in PrivateProcessStateChanged()

12