| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | State.cpp | 34 case eStateDetached: in StateAsCString() 77 case eStateDetached: in StateIsRunningState() 97 case eStateDetached: in StateIsStoppedState()
|
| /llvm-project-15.0.7/lldb/test/API/macosx/thread-names/ |
| H A D | TestInterruptThreadNames.py | 108 …ocess.GetState() == lldb.eStateCrashed or process.GetState() == lldb.eStateDetached or process.Get… 115 …ocess.GetState() == lldb.eStateCrashed or process.GetState() == lldb.eStateDetached or process.Get… 117 …ocess.GetState() == lldb.eStateCrashed or process.GetState() == lldb.eStateDetached or process.Get…
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | StateTest.cpp | 26 EXPECT_EQ("detached", llvm::formatv("{0}", eStateDetached).str()); in TEST()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 77 eStateDetached, enumerator 99 (s) == eStateStepping || (s) == eStateDetached)
|
| H A D | libdebugserver.cpp | 215 case eStateDetached: in HandleProcessStateChange()
|
| H A D | RNBContext.cpp | 230 case eStateDetached: in ThreadFunctionProcessStatus()
|
| H A D | debugserver.cpp | 344 case eStateDetached: in RNBRunLoopLaunchInferior() 500 case eStateDetached: in HandleProcessStateChange()
|
| H A D | DNB.cpp | 552 case eStateDetached: in DNBProcessAttach() 940 case eStateDetached: in DNBStateAsString()
|
| /llvm-project-15.0.7/lldb/test/API/commands/process/attach-resume/ |
| H A D | TestAttachResume.py | 89 lldb.eStateDetached])
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 173 if (state != eStateExited && state != eStateDetached) { in Detach() 176 SetState(eStateDetached); in Detach() 239 case eStateDetached: in IsAlive()
|
| H A D | NativeThreadWindows.cpp | 140 case eStateDetached: in GetStopReason()
|
| H A D | ProcessWindows.cpp | 171 if (private_state != eStateExited && private_state != eStateDetached) { in DoDetach() 174 SetPrivateState(eStateDetached); in DoDetach() 570 case eStateDetached: in IsAlive()
|
| H A D | ProcessDebugger.cpp | 230 if (state == eStateExited || state == eStateDetached) { in DestroyProcess()
|
| /llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/ |
| H A D | multi-process-driver.cpp | 52 || process.GetState() == StateType::eStateDetached in wait_for_stop_event()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 239 case eStateDetached: in GetStopReason()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | process_events.py | 369 elif state == lldb.eStateDetached:
|
| H A D | performance.py | 202 …if state == lldb.eStateInvalid or state == lldb.eStateDetached or state == lldb.eStateCrashed or s…
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 251 case eStateDetached: in GetStopReason()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | VSCode.cpp | 551 case lldb::eStateDetached: in WaitForProcessToStop()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 659 if (state == eStateDetached || state == eStateExited) in WaitForProcessToStop() 690 case eStateDetached: in WaitForProcessToStop() 738 case eStateDetached: in HandleProcessStateChangedEvent() 742 if (event_state == eStateDetached) in HandleProcessStateChangedEvent() 1321 if (new_state == eStateDetached) { in SetPublicState() 1625 case eStateDetached: in CreateBreakpointSite() 3357 case eStateDetached: in ShouldBroadcastEvent() 3859 internal_state == eStateDetached) { in RunPrivateStateThread()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 89 eStateDetached, ///< Process has been detached and can't be examined. enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 139 case eStateDetached: in GetStopReason()
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | lldbutil.py | 173 elif enum == lldb.eStateDetached:
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 238 case eStateDetached: in CheckRequirements()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 121 return m_state != eStateDetached && m_state != eStateExited && in IsAlive()
|