/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 | 565 if (state != eStateInvalid) { in DoConnectRemote() 2325 return eStateInvalid; in SetThreadStopInfo() 2359 return eStateInvalid; in SetThreadStopInfo() 3482 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess() 3677 case eStateInvalid: { in AsyncThread()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1724 thread_action.state = eStateInvalid; in Handle_vCont() 1965 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() 590 case StateType::eStateInvalid: in Kill() 1092 SetState(StateType::eStateInvalid); in SaveCore()
|
H A D | NativeThreadNetBSD.cpp | 39 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadNetBSD() 244 case eStateInvalid: in GetStopReason()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 247 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 258 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 265 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 305 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 559 case StateType::eStateInvalid: in Kill() 1052 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 | 478 m_last_broadcast_state(eStateInvalid), m_destroy_in_process(false), in Process() 651 StateType state = eStateInvalid; in GetNextEvent() 713 while (state != eStateInvalid) { in WaitForProcessToStop() 765 if (event_state == eStateInvalid) in HandleProcessStateChangedEvent() 769 case eStateInvalid: in HandleProcessStateChangedEvent() 1003 StateType state = eStateInvalid; in GetStateChangedEvents() 1042 StateType state = eStateInvalid; in GetStateChangedEventsPrivate() 1051 state == eStateInvalid ? "TIMEOUT" : StateAsCString(state)); in GetStateChangedEventsPrivate() 1666 case eStateInvalid: in CreateBreakpointSite() 2611 if (state == eStateInvalid) in WaitForProcessStopPrivate() [all …]
|
H A D | Thread.cpp | 969 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop() 978 temp_thread_state == eStateInvalid) { in ShouldReportStop() 1027 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun()
|
H A D | Target.cpp | 3206 StateType state = eStateInvalid; in Launch() 3403 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 | 430 lldb::StateType m_state = lldb::eStateInvalid;
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 60 state = eStateInvalid; in StopProcessIfNecessary() 160 StateType state = eStateInvalid; in DoExecute() 314 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 | 481 lldb::StateType m_state = lldb::eStateInvalid; 2924 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 | 229 case eStateInvalid: in CheckRequirements()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 329 StateType state = eStateInvalid; in Launch() 399 StateType state = eStateInvalid; in Launch()
|
H A D | SBProcess.cpp | 485 StateType ret_val = eStateInvalid; in GetState()
|
H A D | SBDebugger.cpp | 665 if (event_state == eStateInvalid) in HandleProcessEvent()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 134 .. py:data:: eStateInvalid
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81092 {SWIG_LUA_CONSTTAB_INT("eStateInvalid", (lldb::eStateInvalid))},
|