Home
last modified time | relevance | path

Searched refs:SetStopped (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp72 SetStopped(); in Suspend()
81 SetStopped(); in SetStoppedBySignal()
101 SetStopped(); in SetStoppedByBreakpoint()
107 SetStopped(); in SetStoppedByTrace()
113 SetStopped(); in SetStoppedByExec()
127 SetStopped(); in SetStoppedByWatchpoint()
135 SetStopped(); in SetStoppedByFork()
145 SetStopped(); in SetStoppedByVFork()
154 SetStopped(); in SetStoppedByVForkDone()
161 SetStopped(); in SetStoppedWithNoReason()
[all …]
H A DNativeThreadFreeBSD.h69 void SetStopped();
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp72 SetStopped(); in Suspend()
81 SetStopped(); in SetStoppedBySignal()
101 SetStopped(); in SetStoppedByBreakpoint()
107 SetStopped(); in SetStoppedByTrace()
113 SetStopped(); in SetStoppedByExec()
127 SetStopped(); in SetStoppedByWatchpoint()
135 SetStopped(); in SetStoppedByFork()
145 SetStopped(); in SetStoppedByVFork()
154 SetStopped(); in SetStoppedByVForkDone()
161 SetStopped(); in SetStoppedWithNoReason()
[all …]
H A DNativeThreadNetBSD.h66 void SetStopped();
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp285 SetStopped(); in SetStoppedBySignal()
381 void NativeThreadLinux::SetStopped() { in SetStopped() function in NativeThreadLinux
398 SetStopped(); in SetStoppedByExec()
405 SetStopped(); in SetStoppedByBreakpoint()
413 SetStopped(); in SetStoppedByWatchpoint()
451 SetStopped(); in SetStoppedByTrace()
458 SetStopped(); in SetStoppedByFork()
468 SetStopped(); in SetStoppedByVForkDone()
475 SetStopped(); in SetStoppedWithNoReason()
483 SetStopped(); in SetStoppedByProcessorTrace()
H A DNativeThreadLinux.h108 void SetStopped();
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessRunLock.cpp56 bool ProcessRunLock::SetStopped() { in SetStopped() function in lldb_private::ProcessRunLock
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessRunLock.h34 bool SetStopped();
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DProcessRunLock.cpp76 bool ProcessRunLock::SetStopped() { in SetStopped() function in ProcessRunLock
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp569 m_public_run_lock.SetStopped(); in Finalize()
571 m_private_run_lock.SetStopped(); in Finalize()
674 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
696 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1325 m_public_run_lock.SetStopped(); in SetPublicState()
1350 m_public_run_lock.SetStopped(); in Resume()
1382 m_public_run_lock.SetStopped(); in ResumeSynchronous()
1432 m_private_run_lock.SetStopped(); in SetPrivateState()
3240 m_public_run_lock.SetStopped(); in Detach()
3314 m_public_run_lock.SetStopped(); in DestroyImpl()
[all …]