| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 185 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 D | NativeProcessFreeBSD.cpp | 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() 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 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()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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 | MachProcess.h | 296 void SetState(nub_state_t state); 313 SetState(eStateExited); in SetExitStatus()
|
| H A D | MachThread.h | 82 void SetState(nub_state_t state);
|
| H A D | MachProcess.mm | 1376 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 D | MachTask.mm | 829 mach_proc->SetState(eStateExited); 852 mach_proc->SetState(eStateExited);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 333 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 D | NativeProcessProtocol.h | 450 void SetState(lldb::StateType state, bool notify_delegates = true);
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Thread.h | 161 void SetState(lldb::StateType state);
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2683 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 D | NativeProcessProtocol.cpp | 711 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Thread.cpp | 543 void Thread::SetState(StateType state) { in SetState() function in Thread 728 void Thread::DidStop() { SetState(eStateStopped); } in DidStop()
|