| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | State.cpp | 22 case eStateAttaching: in StateAsCString() 70 case eStateAttaching: in StateIsRunningState() 93 case eStateAttaching: in StateIsStoppedState()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | StateTest.cpp | 20 EXPECT_EQ("attaching", llvm::formatv("{0}", eStateAttaching).str()); in TEST()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 71 eStateAttaching, enumerator 98 ((s) == eStateAttaching || (s) == eStateLaunching || (s) == eStateRunning || \
|
| H A D | libdebugserver.cpp | 165 case eStateAttaching: in HandleProcessStateChange()
|
| H A D | debugserver.cpp | 329 case eStateAttaching: in RNBRunLoopLaunchInferior() 443 case eStateAttaching: in HandleProcessStateChange()
|
| H A D | DNB.cpp | 538 case eStateAttaching: in DNBProcessAttach() 928 case eStateAttaching: in DNBStateAsString()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeThreadWindows.cpp | 136 case eStateAttaching: in GetStopReason()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 235 case eStateAttaching: in GetStopReason()
|
| H A D | NativeProcessFreeBSD.cpp | 551 case StateType::eStateAttaching: in Kill()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | process_events.py | 383 elif state == lldb.eStateAttaching:
|
| H A D | performance.py | 205 …elif state == lldb.eStateConnected or state == lldb.eStateAttaching or state == lldb.eStateLaunchi…
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 247 case eStateAttaching: in GetStopReason()
|
| H A D | NativeProcessNetBSD.cpp | 582 case StateType::eStateAttaching: in Kill()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcess.i | 449 if (s == eStateAttaching or
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 735 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 D | VSCode.cpp | 543 case lldb::eStateAttaching: in WaitForProcessToStop()
|
| H A D | lldb-vscode.cpp | 434 case lldb::eStateAttaching: in EventThreadFunction() 866 case lldb::eStateAttaching: in request_disconnect()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 78 eStateAttaching, ///< Process is currently trying to attach enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 135 case eStateAttaching: in GetStopReason()
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | lldbutil.py | 161 elif enum == lldb.eStateAttaching:
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 236 case eStateAttaching: in CheckRequirements()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTarget.cpp | 327 if (state == eStateAttaching) in Launch() 398 if (state == eStateAttaching) in Launch()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 219 elif enum == lldb.eStateAttaching:
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 820 case eStateAttaching: in PrivateProcessStateChanged()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 1495 case eStateAttaching: in PrivateProcessStateChanged()
|