Searched refs:SetState (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp118 process_up->SetState(StateType::eStateStopped, false);
188 SetState(StateType::eStateExited, true);
208 SetState(StateType::eStateStopped, true);
245 SetState(StateType::eStateStopped, true);
250 SetState(StateType::eStateStopped, true);
255 SetState(StateType::eStateInvalid);
264 SetState(StateType::eStateStopped, true);
270 SetState(StateType::eStateInvalid);
286 SetState(StateType::eStateInvalid);
300 SetState(StateTyp
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp232 SetState(eStateSuspended);
234 SetState(eStateStopped);
H A DNativeProcessDarwin.cpp184 SetState(eStateExited);
192 SetState(eStateAttaching);
203 SetState(eStateExited);
239 SetState(eStateStopped);
449 SetState(eStateExited);
482 SetState(eStateExited);
845 SetState(eStateStopped);
1178 SetState(eStateStepping);
1180 SetState(eStateRunning);
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextInEx.h211 The SetState() function allows the input device hardware to
316 EFI_SET_STATE SetState; member in struct:_EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp333 SetState(resume_state);
338 SetState(resume_state);
/freebsd-11-stable/stand/efi/include/
H A Deficon.h522 EFI_SET_STATE SetState; member in struct:_EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h436 void SetState(lldb::StateType state, bool notify_delegates = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp724 void NativeProcessProtocol::SetState(lldb::StateType state, function in class:NativeProcessProtocol
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h158 void SetState(lldb::StateType state);
H A DProcess.h2466 void SetState(lldb::EventSP &event_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp571 void Thread::SetState(StateType state) { function in class:Thread
698 void Thread::DidStop() { SetState(eStateStopped); }

Completed in 96 milliseconds