Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp39 SetStopped(); in SetStoppedBySignal()
59 SetStopped(); in SetStoppedByBreakpoint()
65 SetStopped(); in SetStoppedByTrace()
71 SetStopped(); in SetStoppedByExec()
77 SetStopped(); in SetStoppedByWatchpoint()
93 void NativeThreadNetBSD::SetStopped() { in SetStopped() function in NativeThreadNetBSD
H A DNativeThreadNetBSD.h61 void SetStopped();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DProcessRunLock.cpp63 bool ProcessRunLock::SetStopped() { in SetStopped() function in lldb_private::ProcessRunLock
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DProcessRunLock.h39 bool SetStopped();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.h142 void SetStopped();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp887 m_public_run_lock.SetStopped(); in Finalize()
889 m_private_run_lock.SetStopped(); in Finalize()
993 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1015 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1583 m_public_run_lock.SetStopped(); in SetPublicState()
1613 m_public_run_lock.SetStopped(); in Resume()
1646 m_public_run_lock.SetStopped(); in ResumeSynchronous()
1678 m_private_run_lock.SetStopped(); in SetPrivateState()
3463 m_public_run_lock.SetStopped(); in Detach()
3530 m_public_run_lock.SetStopped(); in Destroy()
[all …]