Searched refs:SetState (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 184 SetState(StateType::eStateExited, true); in MonitorExited() 204 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 244 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 254 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 270 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 297 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 311 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 324 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 380 SetState(StateType::eStateStopped, true); in MonitorSignal() 531 SetState(eStateRunning, true); in Resume() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 179 SetState(StateType::eStateExited, true); in MonitorExited() 188 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 226 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 237 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 244 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 253 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 283 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 374 SetState(StateType::eStateStopped, true); in MonitorSignal() 483 SetState(eStateRunning, true); in Resume() 835 SetState(StateType::eStateStopped, false); in Attach() [all …]
|
| /freebsd-13.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | SimpleTextInEx.h | 308 EFI_SET_STATE SetState; member
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | eficon.h | 522 EFI_SET_STATE SetState; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 414 void SetState(lldb::StateType state, bool notify_delegates = true);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 162 void SetState(lldb::StateType state);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 698 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 544 void Thread::SetState(StateType state) { in SetState() function in Thread 729 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()
|