Searched refs:SetState (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 183 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 D | NativeProcessDarwin.cpp | 202 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 D | NativeThreadDarwin.cpp | 233 SetState(eStateSuspended); in ThreadDidStop() 235 SetState(eStateStopped); in ThreadDidStop()
|
| /freebsd-12.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | SimpleTextInEx.h | 316 EFI_SET_STATE SetState; member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | FreeBSDThread.cpp | 336 SetState(resume_state); in Resume() 341 SetState(resume_state); in Resume()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 440 void SetState(lldb::StateType state, bool notify_delegates = true);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Thread.h | 169 void SetState(lldb::StateType state);
|
| H A D | Process.h | 2840 void SetState(lldb::EventSP &event_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 670 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Thread.cpp | 590 void Thread::SetState(StateType state) { in SetState() function in Thread 717 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()
|