| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteClientBase.cpp | 53 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 75 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 93 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 96 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 108 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 112 return eStateInvalid; in SendContinuePacketAndWaitForResponse() 151 return eStateInvalid; in SendContinuePacketAndWaitForResponse()
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 102 lldb::StateType m_inferior_prev_state = lldb::StateType::eStateInvalid;
|
| H A D | ProcessGDBRemote.cpp | 684 if (state != eStateInvalid) { in DoConnectRemote() 2329 return eStateInvalid; in SetThreadStopInfo() 2361 return eStateInvalid; in SetThreadStopInfo() 3592 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess() 3835 case eStateInvalid: { in AsyncThread()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1603 thread_action.state = eStateInvalid; in Handle_vCont() 1721 case eStateInvalid: in SendStopReasonForState()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 254 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 270 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 283 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 297 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 311 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 324 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 570 case StateType::eStateInvalid: in Kill() 1072 SetState(StateType::eStateInvalid); in MonitorClone()
|
| H A D | NativeThreadNetBSD.cpp | 39 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadNetBSD() 242 case eStateInvalid: in GetStopReason()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 226 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 237 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 244 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 283 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 526 case StateType::eStateInvalid: in Kill() 1008 SetState(StateType::eStateInvalid); in MonitorClone()
|
| H A D | NativeThreadFreeBSD.cpp | 37 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadFreeBSD() 230 case eStateInvalid: in GetStopReason()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 596 StateType state = eStateInvalid; in GetNextEvent() 658 while (state != eStateInvalid) { in WaitForProcessToStop() 709 if (event_state == eStateInvalid) in HandleProcessStateChangedEvent() 713 case eStateInvalid: in HandleProcessStateChangedEvent() 946 StateType state = eStateInvalid; in GetStateChangedEvents() 985 StateType state = eStateInvalid; in GetStateChangedEventsPrivate() 1593 case eStateInvalid: in CreateBreakpointSite() 2439 if (state == eStateInvalid) in WaitForProcessStopPrivate() 2707 case eStateInvalid: in PerformAction() 3345 case eStateInvalid: in ShouldBroadcastEvent() [all …]
|
| H A D | Thread.cpp | 963 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop() 972 temp_thread_state == eStateInvalid) { in ShouldReportStop() 1021 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun()
|
| H A D | Target.cpp | 2917 StateType state = eStateInvalid; in Launch() 3122 auto state = eStateInvalid; in Attach()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 386 lldb::StateType m_state = lldb::eStateInvalid;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 51 state = eStateInvalid; in StopProcessIfNecessary() 168 StateType state = eStateInvalid; in DoExecute() 365 StateType state = eStateInvalid; in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 74 eStateInvalid = 0, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 473 lldb::StateType m_state = lldb::eStateInvalid; 2724 return state != lldb::eStateInvalid && state != lldb::eStateDetached && in PrivateStateThreadIsValid()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 121 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 227 case eStateInvalid: in CheckRequirements()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 348 StateType state = eStateInvalid; in Launch() 421 StateType state = eStateInvalid; in Launch()
|
| H A D | SBProcess.cpp | 500 StateType ret_val = eStateInvalid; in GetState()
|
| H A D | SBDebugger.cpp | 618 if (event_state == eStateInvalid) in HandleProcessEvent()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 134 .. py:data:: eStateInvalid
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 70554 {SWIG_LUA_CONSTTAB_INT("eStateInvalid", lldb::eStateInvalid)},
|