Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp72 SetStopped(); in Suspend()
81 SetStopped(); in SetStoppedBySignal()
100 SetStopped(); in SetStoppedByBreakpoint()
106 SetStopped(); in SetStoppedByTrace()
112 SetStopped(); in SetStoppedByExec()
126 SetStopped(); in SetStoppedByWatchpoint()
134 SetStopped(); in SetStoppedByFork()
144 SetStopped(); in SetStoppedByVFork()
153 SetStopped(); in SetStoppedByVForkDone()
160 SetStopped(); in SetStoppedWithNoReason()
[all …]
H A DNativeThreadFreeBSD.h71 void SetStopped();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp71 SetStopped(); in Suspend()
80 SetStopped(); in SetStoppedBySignal()
99 SetStopped(); in SetStoppedByBreakpoint()
105 SetStopped(); in SetStoppedByTrace()
111 SetStopped(); in SetStoppedByExec()
125 SetStopped(); in SetStoppedByWatchpoint()
133 SetStopped(); in SetStoppedByFork()
143 SetStopped(); in SetStoppedByVFork()
152 SetStopped(); in SetStoppedByVForkDone()
159 SetStopped(); in SetStoppedWithNoReason()
[all …]
H A DNativeThreadNetBSD.h66 void SetStopped();
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp46 bool ProcessRunLock::SetStopped() { in SetStopped() function in lldb_private::ProcessRunLock
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h39 bool SetStopped();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp576 m_public_run_lock.SetStopped(); in Finalize()
577 m_private_run_lock.SetStopped(); in Finalize()
680 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
702 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
711 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1306 m_public_run_lock.SetStopped(); in SetPublicState()
1313 m_public_run_lock.SetStopped(); in SetPublicState()
1332 m_public_run_lock.SetStopped(); in Resume()
1363 m_public_run_lock.SetStopped(); in ResumeSynchronous()
1418 m_private_run_lock.SetStopped(); in SetPrivateState()
[all …]