Home
last modified time | relevance | path

Searched refs:eStateInvalid (Results 1 – 25 of 25) 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()
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 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.cpp72 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 DScriptedThreadPythonInterface.cpp
/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 SaveCore()
H A DNativeThreadNetBSD.cpp39 : 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 DNativeProcessFreeBSD.cpp247 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 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.cpp478 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 DThread.cpp969 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 DTarget.cpp3206 StateType state = eStateInvalid; in Launch()
3403 auto state = eStateInvalid; in Attach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/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()
160 StateType state = eStateInvalid; in DoExecute()
314 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.h481 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 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.cpp329 StateType state = eStateInvalid; in Launch()
399 StateType state = eStateInvalid; in Launch()
H A DSBProcess.cpp485 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.cpp81092 {SWIG_LUA_CONSTTAB_INT("eStateInvalid", (lldb::eStateInvalid))},