Home
last modified time | relevance | path

Searched refs:SetState (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp185 SetState(StateType::eStateExited, true); in MonitorExited()
205 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP()
245 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
255 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
271 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
298 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
312 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
325 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
381 SetState(StateType::eStateStopped, true); in MonitorSignal()
532 SetState(eStateRunning, true); in Resume()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp184 SetState(StateType::eStateExited, true); in MonitorExited()
193 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP()
231 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
242 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
249 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
259 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
289 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
384 SetState(StateType::eStateStopped, true); in MonitorSignal()
493 SetState(eStateRunning, true); in Resume()
852 SetState(StateType::eStateStopped, false); in Attach()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp134 SetState(eStateRunning); in Resume()
176 SetState(eStateDetached); in Detach()
415 SetState(eStateExited, true); in OnExitProcess()
455 SetState(eStateStopped, false); in OnDebugException()
484 SetState(eStateStopped, true); in OnDebugException()
506 SetState(eStateStopped, true); in OnDebugException()
525 SetState(eStateStopped, false); in OnDebugException()
549 SetState(eStateStopped, true); in OnDebugException()
H A DTargetThreadWindows.cpp45 SetState(eStateStopped); in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DTTYState.h49 bool SetState(uint32_t idx) const;
H A DTTYState.cpp73 bool TTYStateSwitcher::SetState(uint32_t idx) const { in SetState() function in TTYStateSwitcher
H A DChangeLog343 (MachThread::SetState): Ditto.
349 (MachProcess::SetState): Ditto.
731 (DNBBreakpoint::SetState()): Removed accessor.
810 * MacOSX/MachProcess.cpp (MachProcess::SetState): Updated to use new
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp347 SetState(thread_action->state); in ThreadWillResume()
426 SetState(eStateSuspended); in ThreadDidStop()
428 SetState(eStateStopped); in ThreadDidStop()
458 void MachThread::SetState(nub_state_t state) { in SetState() function in MachThread
H A DMachProcess.h296 void SetState(nub_state_t state);
313 SetState(eStateExited); in SetExitStatus()
H A DMachThread.h82 void SetState(nub_state_t state);
H A DMachProcess.mm1376 SetState(eStateUnloaded);
1666 SetState(eStateDetached);
1823 SetState(eStateStepping);
1825 SetState(eStateRunning);
2353 SetState(eStateStopped);
2647 SetState(eStateAttaching);
3167 SetState(eStateLaunching);
3619 SetState(eStateLaunching);
3651 SetState(eStateExited);
3835 SetState(eStateLaunching);
[all …]
H A DMachTask.mm829 mach_proc->SetState(eStateExited);
852 mach_proc->SetState(eStateExited);
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp333 SetState(StateType::eStateStopped, false); in NativeProcessLinux()
1797 SetState(eStateRunning, true); in ResumeThread()
1803 SetState(eStateRunning, true); in ResumeThread()
1856 SetState(StateType::eStateStopped, true); in SignalIfAllThreadsStopped()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h450 void SetState(lldb::StateType state, bool notify_delegates = true);
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h161 void SetState(lldb::StateType state);
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2683 template <typename BaseTy> struct SetState : public AbstractState {
2745 SetState() : Known(false), Assumed(true), IsAtFixedpoint(false) {}
2749 SetState(const DenseSet<BaseTy> &Known)
5104 : public StateWrapper<SetState<StringRef>, AbstractAttribute,
5107 StateWrapper<SetState<StringRef>, AbstractAttribute, DenseSet<StringRef>>;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp711 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp543 void Thread::SetState(StateType state) { in SetState() function in Thread
728 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()