Home
last modified time | relevance | path

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

12

/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.cpp575 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 DGDBRemoteCommunicationServerLLGS.cpp1728 thread_action.state = eStateInvalid; in Handle_vCont()
1969 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()
593 case StateType::eStateInvalid: in Kill()
1098 SetState(StateType::eStateInvalid); in MonitorClone()
H A DNativeThreadNetBSD.cpp38 : 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 DNativeThreadAIX.cpp18 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid) {} in NativeThreadAIX()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp248 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 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.cpp450 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 DThread.cpp1003 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 DTarget.cpp3356 StateType state = eStateInvalid; in Launch()
3554 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.h426 lldb::StateType m_state = lldb::eStateInvalid;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp62 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 Dlldb-enumerations.h75 eStateInvalid = 0, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h496 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 DNativeProcessProtocol.cpp123 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp226 case eStateInvalid: in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp326 StateType state = eStateInvalid; in Launch()
394 StateType state = eStateInvalid; in Launch()
H A DSBProcess.cpp488 StateType ret_val = eStateInvalid; in GetState()
H A DSBDebugger.cpp622 if (event_state == eStateInvalid) in HandleProcessEvent()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst134 .. py:data:: eStateInvalid

12