Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp106 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 DNativeProcessFreeBSD.cpp120 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 DNativeProcessWindows.cpp134 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 DTargetThreadWindows.cpp44 SetState(eStateStopped); in RefreshStateAfterStop()
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp366 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 DMachThread.h82 void SetState(nub_state_t state);
H A DMachProcess.h304 void SetState(nub_state_t state);
321 SetState(eStateExited); in SetExitStatus()
H A DMachProcess.mm1276 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 DMachTask.mm831 mach_proc->SetState(eStateExited);
854 mach_proc->SetState(eStateExited);
/llvm-project/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/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp444 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 DNativeProcessProtocol.h458 void SetState(lldb::StateType state, bool notify_delegates = true);
/llvm-project/lldb/include/lldb/Target/
H A DThread.h165 void SetState(lldb::StateType state);
/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp736 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 DThread.cpp571 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 DAttributor.h3055 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>>;