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.h69 void SetStopped();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.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 DNativeThreadNetBSD.h66 void SetStopped();
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp57 bool ProcessRunLock::SetStopped() { in SetStopped() function in lldb_private::ProcessRunLock
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h34 bool SetStopped();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp572 m_public_run_lock.SetStopped(); in Finalize()
574 m_private_run_lock.SetStopped(); in Finalize()
677 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
699 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1333 m_public_run_lock.SetStopped(); in SetPublicState()
1359 m_public_run_lock.SetStopped(); in Resume()
1390 m_public_run_lock.SetStopped(); in ResumeSynchronous()
1445 m_private_run_lock.SetStopped(); in SetPrivateState()
3297 m_public_run_lock.SetStopped(); in Detach()
3374 m_public_run_lock.SetStopped(); in DestroyImpl()
[all …]