Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
144 SetStopped(); in SetStoppedByVFork()
152 SetStopped(); in SetStoppedByVForkDone()
158 SetStopped(); in SetStoppedWithNoReason()
[all …]
H A DNativeThreadNetBSD.h66 void SetStopped();
/freebsd-13.1/contrib/llvm-project/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()
144 SetStopped(); in SetStoppedByVFork()
152 SetStopped(); in SetStoppedByVForkDone()
158 SetStopped(); in SetStoppedWithNoReason()
[all …]
H A DNativeThreadFreeBSD.h66 void SetStopped();
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp56 bool ProcessRunLock::SetStopped() { in SetStopped() function in lldb_private::ProcessRunLock
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h34 bool SetStopped();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp549 m_public_run_lock.SetStopped(); in Finalize()
551 m_private_run_lock.SetStopped(); in Finalize()
654 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
676 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1296 m_public_run_lock.SetStopped(); in SetPublicState()
1323 m_public_run_lock.SetStopped(); in Resume()
1356 m_public_run_lock.SetStopped(); in ResumeSynchronous()
1407 m_private_run_lock.SetStopped(); in SetPrivateState()
3211 m_public_run_lock.SetStopped(); in Detach()
3285 m_public_run_lock.SetStopped(); in DestroyImpl()
[all …]