| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | State.cpp | 16 case eStateInvalid: in StateAsCString() 78 case eStateInvalid: in StateIsRunningState() 91 case eStateInvalid: in StateIsStoppedState()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteClientBase.cpp | 52 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 74 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 92 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 95 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 107 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 111 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 150 return eStateInvalid; in SendContinuePacketAndWaitForResponse()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeThreadOpenBSD.cpp | 29 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadOpenBSD() 115 case eStateInvalid: in GetStopReason()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedThreadPythonInterface.cpp | 90 return eStateInvalid; in GetState() 92 return static_cast<StateType>(obj->GetIntegerValue(eStateInvalid)); in GetState()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 255 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 271 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 284 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 298 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 312 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 325 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 571 case StateType::eStateInvalid: in Kill() 1073 SetState(StateType::eStateInvalid); in MonitorClone()
|
| H A D | NativeThreadNetBSD.cpp | 39 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadNetBSD() 245 case eStateInvalid: in GetStopReason()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 231 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 242 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 249 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 289 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 540 case StateType::eStateInvalid: in Kill() 1025 SetState(StateType::eStateInvalid); in MonitorClone()
|
| H A D | NativeThreadFreeBSD.cpp | 37 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadFreeBSD() 233 case eStateInvalid: in GetStopReason()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeThreadWindows.h | 56 lldb::StateType m_state = lldb::StateType::eStateInvalid;
|
| H A D | NativeThreadWindows.cpp | 134 case eStateInvalid: in GetStopReason()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 440 m_last_broadcast_state(eStateInvalid), m_destroy_in_process(false), in Process() 617 StateType state = eStateInvalid; in GetNextEvent() 679 while (state != eStateInvalid) { in WaitForProcessToStop() 730 if (event_state == eStateInvalid) in HandleProcessStateChangedEvent() 734 case eStateInvalid: in HandleProcessStateChangedEvent() 967 StateType state = eStateInvalid; in GetStateChangedEvents() 1006 StateType state = eStateInvalid; in GetStateChangedEventsPrivate() 1015 state == eStateInvalid ? "TIMEOUT" : StateAsCString(state)); in GetStateChangedEventsPrivate() 1624 case eStateInvalid: in CreateBreakpointSite() 2428 if (state == eStateInvalid) in WaitForProcessStopPrivate() [all …]
|
| H A D | Thread.cpp | 985 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop() 994 temp_thread_state == eStateInvalid) { in ShouldReportStop() 1043 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedProcessInterface.h | 92 virtual lldb::StateType GetState() { return lldb::eStateInvalid; } in GetState()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 94 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadLinux() 133 case eStateInvalid: in GetStopReason()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNB.cpp | 536 case eStateInvalid: in DNBProcessAttach() 859 return eStateInvalid; in DNBProcessIsAlive() 868 return eStateInvalid; in DNBProcessGetState() 927 return eStateInvalid; in DNBThreadGetState() 932 case eStateInvalid: in DNBStateAsString()
|
| H A D | RNBContext.cpp | 228 case eStateInvalid: in ThreadFunctionProcessStatus()
|
| H A D | libdebugserver.cpp | 159 case eStateInvalid: in HandleProcessStateChange()
|
| H A D | DNBDefs.h | 69 eStateInvalid = 0, enumerator
|
| H A D | debugserver.cpp | 327 case eStateInvalid: in RNBRunLoopLaunchInferior() 437 case eStateInvalid: in HandleProcessStateChange()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | process_events.py | 320 if state == lldb.eStateInvalid:
|
| H A D | performance.py | 200 …if state == lldb.eStateInvalid or state == lldb.eStateDetached or state == lldb.eStateCrashed or s…
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 423 lldb::StateType m_state = lldb::eStateInvalid;
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 58 state = eStateInvalid; in StopProcessIfNecessary() 179 StateType state = eStateInvalid; in DoExecute() 390 StateType state = eStateInvalid; in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | VSCode.cpp | 545 case lldb::eStateInvalid: in WaitForProcessToStop()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 75 eStateInvalid = 0, enumerator
|