| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 107 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 D | NativeProcessFreeBSD.cpp | 102 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 D | NativeProcessWindows.cpp | 134 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 D | TargetThreadWindows.cpp | 45 SetState(eStateStopped); in RefreshStateAfterStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeProcessOpenBSD.cpp | 114 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 D | TTYState.h | 49 bool SetState(uint32_t idx) const;
|
| H A D | TTYState.cpp | 73 bool TTYStateSwitcher::SetState(uint32_t idx) const { in SetState() function in TTYStateSwitcher
|
| H A D | ChangeLog | 343 (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 D | MachThread.cpp | 347 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 D | MachThread.h | 82 void SetState(nub_state_t state);
|
| H A D | MachProcess.h | 297 void SetState(nub_state_t state); 314 SetState(eStateExited); in SetExitStatus()
|
| H A D | MachProcess.mm | 1322 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 D | MachTask.mm | 829 mach_proc->SetState(eStateExited); 852 mach_proc->SetState(eStateExited);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 327 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 D | NativeProcessProtocol.h | 451 void SetState(lldb::StateType state, bool notify_delegates = true);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Thread.h | 161 void SetState(lldb::StateType state);
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 729 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2860 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 D | Thread.cpp | 554 void Thread::SetState(StateType state) { in SetState() function in Thread 743 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()
|