Home
last modified time | relevance | path

Searched refs:SetState (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp183 SetState(StateType::eStateExited, true); in MonitorExited()
224 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
229 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
234 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
243 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
261 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
279 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
295 SetState(StateType::eStateStopped, true); in MonitorSignal()
346 SetState(eStateRunning, true); in Resume()
357 SetState(eStateStepping, true); in Resume()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp202 SetState(eStateExited); in FinalizeLaunch()
210 SetState(eStateAttaching); in FinalizeLaunch()
221 SetState(eStateExited); in FinalizeLaunch()
259 SetState(eStateStopped); in FinalizeLaunch()
471 SetState(eStateExited); in DoExceptionThread()
504 SetState(eStateExited); in DoExceptionThread()
870 SetState(eStateStopped); in ExceptionMessageBundleComplete()
1201 SetState(eStateStepping); in PrivateResume()
1203 SetState(eStateRunning); in PrivateResume()
H A DNativeThreadDarwin.cpp233 SetState(eStateSuspended); in ThreadDidStop()
235 SetState(eStateStopped); in ThreadDidStop()
/freebsd-12.1/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextInEx.h316 EFI_SET_STATE SetState; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp336 SetState(resume_state); in Resume()
341 SetState(resume_state); in Resume()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h440 void SetState(lldb::StateType state, bool notify_delegates = true);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h169 void SetState(lldb::StateType state);
H A DProcess.h2840 void SetState(lldb::EventSP &event_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp670 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp590 void Thread::SetState(StateType state) { in SetState() function in Thread
717 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()