Searched refs:SetState (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 106 process_up->SetState(StateType::eStateStopped, false); in Launch() 183 SetState(StateType::eStateExited, true); in MonitorExited() 203 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 243 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 248 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 253 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 262 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 269 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 277 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 282 SetState(StateTyp in MonitorSIGTRAP() [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 119 process_up->SetState(StateType::eStateStopped, false); in Launch() 200 SetState(StateType::eStateExited, true); in MonitorExited() 209 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 247 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 258 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 265 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 275 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 300 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 305 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 335 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() [all …]
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | SimpleTextInEx.h | 308 EFI_SET_STATE SetState; member
|
/freebsd/stand/efi/include/ |
H A D | eficon.h | 521 EFI_SET_STATE SetState; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 458 void SetState(lldb::StateType state, bool notify_delegates = true);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Thread.h | 163 void SetState(lldb::StateType state);
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 733 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Thread.cpp | 565 void Thread::SetState(StateType state) { in SetState() function in Thread 727 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 3033 template <typename BaseTy> struct SetState : public AbstractState { 3095 SetState() : Known(false), Assumed(true), IsAtFixedpoint(false) {} 3099 SetState(const DenseSet<BaseTy> &Known) 6153 : public StateWrapper<SetState<StringRef>, AbstractAttribute, 6156 StateWrapper<SetState<StringRef>, AbstractAttribute, DenseSet<StringRef>>;
|