Home
last modified time | relevance | path

Searched refs:eStateInvalid (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp16 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 DGDBRemoteClientBase.cpp52 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 DProcessGDBRemote.cpp565 if (state != eStateInvalid) { in DoConnectRemote()
2304 return eStateInvalid; in SetThreadStopInfo()
2338 return eStateInvalid; in SetThreadStopInfo()
3471 if (state != eStateInvalid && state != eStateUnloaded && in MonitorDebugserverProcess()
3666 case eStateInvalid: { in AsyncThread()
H A DGDBRemoteCommunicationServerLLGS.cpp1724 thread_action.state = eStateInvalid; in Handle_vCont()
1965 case eStateInvalid: in SendStopReasonForState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp68 return eStateInvalid; in GetState()
70 return static_cast<StateType>(obj->GetUnsignedIntegerValue(eStateInvalid)); in GetState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp253 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 MonitorClone()
H A DNativeThreadNetBSD.cpp39 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadNetBSD()
244 case eStateInvalid: in GetStopReason()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h32 virtual lldb::StateType GetState() { return lldb::eStateInvalid; } in GetState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp229 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
240 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
247 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
287 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
538 case StateType::eStateInvalid: in Kill()
1023 SetState(StateType::eStateInvalid); in MonitorClone()
H A DNativeThreadFreeBSD.cpp37 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadFreeBSD()
232 case eStateInvalid: in GetStopReason()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp619 StateType state = eStateInvalid; in GetNextEvent()
681 while (state != eStateInvalid) { in WaitForProcessToStop()
733 if (event_state == eStateInvalid) in HandleProcessStateChangedEvent()
737 case eStateInvalid: in HandleProcessStateChangedEvent()
971 StateType state = eStateInvalid; in GetStateChangedEvents()
1010 StateType state = eStateInvalid; in GetStateChangedEventsPrivate()
1634 case eStateInvalid: in CreateBreakpointSite()
2448 if (state == eStateInvalid) in WaitForProcessStopPrivate()
2769 case eStateInvalid: in PerformAction()
3433 case eStateInvalid: in ShouldBroadcastEvent()
[all …]
H A DThread.cpp962 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop()
971 temp_thread_state == eStateInvalid) { in ShouldReportStop()
1020 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun()
H A DTarget.cpp3218 StateType state = eStateInvalid; in Launch()
3415 auto state = eStateInvalid; in Attach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h430 lldb::StateType m_state = lldb::eStateInvalid;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp60 state = eStateInvalid; in StopProcessIfNecessary()
180 StateType state = eStateInvalid; in DoExecute()
334 StateType state = eStateInvalid; in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h75 eStateInvalid = 0, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h477 lldb::StateType m_state = lldb::eStateInvalid;
2863 return state != lldb::eStateInvalid && state != lldb::eStateDetached && in PrivateStateThreadIsValid()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp123 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp229 case eStateInvalid: in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp322 StateType state = eStateInvalid; in Launch()
392 StateType state = eStateInvalid; in Launch()
H A DSBProcess.cpp483 StateType ret_val = eStateInvalid; in GetState()
H A DSBDebugger.cpp665 if (event_state == eStateInvalid) in HandleProcessEvent()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst134 .. py:data:: eStateInvalid
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77808 {SWIG_LUA_CONSTTAB_INT("eStateInvalid", lldb::eStateInvalid)},