Searched refs:SetState (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| D | NativeProcessNetBSD.cpp | 107 process_up->SetState(StateType::eStateStopped, false); in Launch() 184 SetState(StateType::eStateExited, true); in MonitorExited() 204 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 244 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 249 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 254 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 263 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 270 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 278 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 283 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| D | NativeProcessFreeBSD.cpp | 102 process_up->SetState(StateType::eStateStopped, false); in Launch() 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() 278 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 283 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 312 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() [all …]
|
| /freebsd-12-stable/sys/contrib/edk2/Include/Protocol/ |
| D | SimpleTextInEx.h | 316 EFI_SET_STATE SetState; member
|
| /freebsd-12-stable/stand/efi/include/ |
| D | eficon.h | 522 EFI_SET_STATE SetState; member
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| D | NativeProcessProtocol.h | 414 void SetState(lldb::StateType state, bool notify_delegates = true);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | Thread.h | 162 void SetState(lldb::StateType state);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/ |
| D | NativeProcessProtocol.cpp | 698 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | Thread.cpp | 544 void Thread::SetState(StateType state) { in SetState() function in Thread 729 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()
|