Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp107 process_up->SetState(StateType::eStateStopped, false); in Launch()
185 SetState(StateType::eStateExited, true); in MonitorExited()
205 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP()
245 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
250 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
255 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
264 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
271 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
279 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
284 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp102 process_up->SetState(StateType::eStateStopped, false); in Launch()
184 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()
284 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
289 SetState(StateType::eStateInvalid); in MonitorSIGTRAP()
319 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp114 process_up->SetState(StateType::eStateStopped, false); in Launch()
192 SetState(StateType::eStateExited, true); in MonitorExited()
200 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
208 SetState(StateType::eStateStopped, true); in MonitorSignal()
260 SetState(eStateRunning, true); in Resume()
272 SetState(eStateStepping, true); in Resume()
485 SetState(StateType::eStateStopped); in Attach()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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 DMachThread.h82 void SetState(nub_state_t state);
H A DMachProcess.h297 void SetState(nub_state_t state);
314 SetState(eStateExited); in SetExitStatus()
H A DMachProcess.mm1322 void MachProcess::SetState(nub_state_t new_state) { function
1332 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring new "
1338 "MachProcess::SetState(%s) ignoring redundant state change...",
1347 LOG_PROCESS, "MachProcess::SetState(%s) upating state (previous "
1382 SetState(eStateUnloaded);
1672 SetState(eStateDetached);
1829 SetState(eStateStepping);
1831 SetState(eStateRunning);
2360 SetState(eStateStopped);
2732 SetState(eStateAttaching);
[all …]
H A DMachTask.mm829 mach_proc->SetState(eStateExited);
852 mach_proc->SetState(eStateExited);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp327 SetState(StateType::eStateStopped, false); in NativeProcessLinux()
1798 SetState(eStateRunning, true); in ResumeThread()
1804 SetState(eStateRunning, true); in ResumeThread()
1857 SetState(StateType::eStateStopped, true); in SignalIfAllThreadsStopped()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h451 void SetState(lldb::StateType state, bool notify_delegates = true);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h161 void SetState(lldb::StateType state);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp729 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2860 template <typename BaseTy> struct SetState : public AbstractState {
2922 SetState() : Known(false), Assumed(true), IsAtFixedpoint(false) {}
2926 SetState(const DenseSet<BaseTy> &Known)
5500 : public StateWrapper<SetState<StringRef>, AbstractAttribute,
5503 StateWrapper<SetState<StringRef>, AbstractAttribute, DenseSet<StringRef>>;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp554 void Thread::SetState(StateType state) { in SetState() function in Thread
743 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()