Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp16 case eStateInvalid: in StateAsCString()
78 case eStateInvalid: in StateIsRunningState()
91 case eStateInvalid: in StateIsStoppedState()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp53 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()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp88 return eStateInvalid; in GetState()
90 return static_cast<StateType>(obj->GetIntegerValue(eStateInvalid)); in GetState()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp255 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
271 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
284 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
298 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
312 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
325 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
571 case StateType::eStateInvalid: in Kill()
1073 SetState(StateType::eStateInvalid); in MonitorClone()
H A DNativeThreadNetBSD.cpp39 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadNetBSD()
245 case eStateInvalid: in GetStopReason()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStateTest.cpp17 EXPECT_EQ("invalid", llvm::formatv("{0}", eStateInvalid).str()); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp231 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
242 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
249 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
289 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
540 case StateType::eStateInvalid: in Kill()
1025 SetState(StateType::eStateInvalid); in MonitorClone()
H A DNativeThreadFreeBSD.cpp37 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadFreeBSD()
233 case eStateInvalid: in GetStopReason()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.h56 lldb::StateType m_state = lldb::StateType::eStateInvalid;
H A DNativeThreadWindows.cpp134 case eStateInvalid: in GetStopReason()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dinvalid_scripted_process.py53 return lldb.eStateInvalid
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp616 StateType state = eStateInvalid; in GetNextEvent()
678 while (state != eStateInvalid) { in WaitForProcessToStop()
729 if (event_state == eStateInvalid) in HandleProcessStateChangedEvent()
733 case eStateInvalid: in HandleProcessStateChangedEvent()
966 StateType state = eStateInvalid; in GetStateChangedEvents()
1005 StateType state = eStateInvalid; in GetStateChangedEventsPrivate()
1620 case eStateInvalid: in CreateBreakpointSite()
2424 if (state == eStateInvalid) in WaitForProcessStopPrivate()
2735 case eStateInvalid: in PerformAction()
3373 case eStateInvalid: in ShouldBroadcastEvent()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h89 virtual lldb::StateType GetState() { return lldb::eStateInvalid; } in GetState()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp94 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid), in NativeThreadLinux()
133 case eStateInvalid: in GetStopReason()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp536 case eStateInvalid: in DNBProcessAttach()
851 return eStateInvalid; in DNBProcessIsAlive()
860 return eStateInvalid; in DNBProcessGetState()
919 return eStateInvalid; in DNBThreadGetState()
924 case eStateInvalid: in DNBStateAsString()
H A Dlibdebugserver.cpp159 case eStateInvalid: in HandleProcessStateChange()
H A DRNBContext.cpp228 case eStateInvalid: in ThreadFunctionProcessStatus()
H A DDNBDefs.h69 eStateInvalid = 0, enumerator
H A Ddebugserver.cpp327 case eStateInvalid: in RNBRunLoopLaunchInferior()
437 case eStateInvalid: in HandleProcessStateChange()
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py322 if state == lldb.eStateInvalid:
H A Dperformance.py202 …if state == lldb.eStateInvalid or state == lldb.eStateDetached or state == lldb.eStateCrashed or s…
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h422 lldb::StateType m_state = lldb::eStateInvalid;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp57 state = eStateInvalid; in StopProcessIfNecessary()
178 StateType state = eStateInvalid; in DoExecute()
389 StateType state = eStateInvalid; in DoExecute()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp545 case lldb::eStateInvalid: in WaitForProcessToStop()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp342 ASSERT_EQ(eStateInvalid, continue_state.get()); in TEST_F()

12