| /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...] |
| /llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 120 process_up->SetState(StateType::eStateStopped, false); in Launch() 201 SetState(StateType::eStateExited, true); in MonitorExited() 210 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP() 248 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 259 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 266 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 276 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 301 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP() 306 SetState(StateType::eStateInvalid); in MonitorSIGTRAP() 339 SetState(StateTyp in MonitorSIGTRAP() [all...] |
| /llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 134 SetState(eStateRunning); in Resume() 176 SetState(eStateDetached); in Detach() 419 SetState(eStateExited, true); in OnDebuggerConnected() 459 SetState(eStateStopped, false); in OnDebugException() 488 SetState(eStateStopped, true); in OnDebugException() 510 SetState(eStateStopped, true); in OnDebugException() 529 SetState(eStateStopped, false); in OnDebugException() 553 SetState(eStateStopped, true); in OnDebugException()
|
| H A D | TargetThreadWindows.cpp | 44 SetState(eStateStopped); in RefreshStateAfterStop()
|
| /llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThread.cpp | 366 SetState(thread_action->state); in CurrentBreakpoint() 445 SetState(eStateSuspended); in NotifyException() 447 SetState(eStateStopped); in NotifyException() 477 void MachThread::SetState(nub_state_t state) { 481 "MachThread::SetState ( %s ) for tid = 0x%8.8" PRIx64 "", in GetRegisterInfo() 458 void MachThread::SetState(nub_state_t state) { SetState() function in MachThread
|
| H A D | MachThread.h | 82 void SetState(nub_state_t state);
|
| H A D | MachProcess.h | 304 void SetState(nub_state_t state); 321 SetState(eStateExited); in SetExitStatus()
|
| H A D | MachProcess.mm | 1276 void MachProcess::SetState(nub_state_t new_state) { function 1286 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring new " 1292 "MachProcess::SetState(%s) ignoring redundant state change...", 1301 LOG_PROCESS, "MachProcess::SetState(%s) upating state (previous " 1336 SetState(eStateUnloaded); 1757 SetState(eStateDetached); 1914 SetState(eStateStepping); 1916 SetState(eStateRunning); 2445 SetState(eStateStopped); 2817 SetState(eStateAttachin [all...] |
| H A D | MachTask.mm | 831 mach_proc->SetState(eStateExited); 854 mach_proc->SetState(eStateExited);
|
| /llvm-project/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/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 444 SetState(StateType::eStateStopped, false); in NativeProcessLinux() 1913 SetState(eStateRunning, true); in ResumeThread() 1919 SetState(eStateRunning, true); in ResumeThread() 1972 SetState(StateType::eStateStopped, true); in SignalIfAllThreadsStopped()
|
| /llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 458 void SetState(lldb::StateType state, bool notify_delegates = true);
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 165 void SetState(lldb::StateType state);
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 736 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() 733 void NativeProcessProtocol::SetState(lldb::StateType state, SetState() function in NativeProcessProtocol
|
| /llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 571 void Thread::SetState(StateType state) { in GetStopDescription() 743 void Thread::DidStop() { SetState(eStateStopped); } in ShouldStop() 565 void Thread::SetState(StateType state) { SetState() function in Thread
|
| /llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 3055 template <typename BaseTy> struct SetState : public AbstractState { 3117 SetState() : Known(false), Assumed(true), IsAtFixedpoint(false) {} 3121 SetState(const DenseSet<BaseTy> &Known) 6223 : public StateWrapper<SetState<StringRef>, AbstractAttribute, 6226 StateWrapper<SetState<StringRef>, AbstractAttribute, DenseSet<StringRef>>;
|