| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | State.cpp | 16 case eStateInvalid: in StateAsCString() 78 case eStateInvalid: in StateIsRunningState() 91 case eStateInvalid: in StateIsStoppedState()
|
| /freebsd/contrib/llvm-project/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()
|
| H A D | ProcessGDBRemote.cpp | 575 if (state != eStateInvalid) { in DoConnectRemote() 2414 return eStateInvalid; in SetThreadStopInfo() 2448 return eStateInvalid; in SetThreadStopInfo() 3611 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess() 3806 case eStateInvalid: { in AsyncThread()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1728 thread_action.state = eStateInvalid; in Handle_vCont() 1969 case eStateInvalid: in SendStopReasonForState()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedThreadPythonInterface.cpp | 72 return eStateInvalid; in GetState() 74 return static_cast<StateType>(obj->GetUnsignedIntegerValue(eStateInvalid)); in GetState()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedThreadPythonInterface.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 253 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 269 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 282 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 296 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 310 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 323 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 593 case StateType::eStateInvalid: in Kill() 1098 SetState(StateType::eStateInvalid); in MonitorClone()
|
| H A D | NativeThreadNetBSD.cpp | 38 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadNetBSD() 243 case eStateInvalid: in GetStopReason()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/ |
| H A D | NativeThreadAIX.cpp | 18 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid) {} in NativeThreadAIX()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 248 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 259 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 266 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 306 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 566 case StateType::eStateInvalid: in Kill() 1061 SetState(StateType::eStateInvalid); in MonitorClone()
|
| H A D | NativeThreadFreeBSD.cpp | 37 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadFreeBSD() 232 case eStateInvalid: in GetStopReason()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 450 m_last_broadcast_state(eStateInvalid), m_destroy_in_process(false), in Process() 622 StateType state = eStateInvalid; in GetNextEvent() 684 while (state != eStateInvalid) { in WaitForProcessToStop() 736 if (event_state == eStateInvalid) in HandleProcessStateChangedEvent() 740 case eStateInvalid: in HandleProcessStateChangedEvent() 927 StateType state = eStateInvalid; in GetStateChangedEvents() 966 StateType state = eStateInvalid; in GetStateChangedEventsPrivate() 975 state == eStateInvalid ? "TIMEOUT" : StateAsCString(state)); in GetStateChangedEventsPrivate() 1607 case eStateInvalid: in CreateBreakpointSite() 2579 if (state == eStateInvalid) in WaitForProcessStopPrivate() [all …]
|
| H A D | Thread.cpp | 1003 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop() 1012 temp_thread_state == eStateInvalid) { in ShouldReportStop() 1061 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun()
|
| H A D | Target.cpp | 3356 StateType state = eStateInvalid; in Launch() 3554 auto state = eStateInvalid; in Attach()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedProcessInterface.h | |
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 426 lldb::StateType m_state = lldb::eStateInvalid;
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 62 state = eStateInvalid; in StopProcessIfNecessary() 163 StateType state = eStateInvalid; in DoExecute() 324 StateType state = eStateInvalid; in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 75 eStateInvalid = 0, enumerator
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 496 lldb::StateType m_state = lldb::eStateInvalid; 3000 return state != lldb::eStateInvalid && state != lldb::eStateDetached && in PrivateStateThreadIsValid()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 123 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 226 case eStateInvalid: in CheckRequirements()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 326 StateType state = eStateInvalid; in Launch() 394 StateType state = eStateInvalid; in Launch()
|
| H A D | SBProcess.cpp | 488 StateType ret_val = eStateInvalid; in GetState()
|
| H A D | SBDebugger.cpp | 622 if (event_state == eStateInvalid) in HandleProcessEvent()
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 134 .. py:data:: eStateInvalid
|