Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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();
/openbsd-src/gnu/llvm/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();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeThreadOpenBSD.cpp41 SetStopped(); in SetStoppedBySignal()
61 SetStopped(); in SetStoppedByBreakpoint()
67 SetStopped(); in SetStoppedByTrace()
73 SetStopped(); in SetStoppedByExec()
78 void NativeThreadOpenBSD::SetStopped() { in SetStopped() function in NativeThreadOpenBSD
H A DNativeThreadOpenBSD.h62 void SetStopped();
/openbsd-src/gnu/llvm/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();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessRunLock.cpp57 bool ProcessRunLock::SetStopped() { in SetStopped() function in lldb_private::ProcessRunLock
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessRunLock.h34 bool SetStopped();
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DProcessRunLock.cpp76 bool ProcessRunLock::SetStopped() { in SetStopped() function in ProcessRunLock
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp570 m_public_run_lock.SetStopped(); in Finalize()
572 m_private_run_lock.SetStopped(); in Finalize()
675 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
697 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
706 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1329 m_public_run_lock.SetStopped(); in SetPublicState()
1336 m_public_run_lock.SetStopped(); in SetPublicState()
1354 m_public_run_lock.SetStopped(); in Resume()
1386 m_public_run_lock.SetStopped(); in ResumeSynchronous()
1436 m_private_run_lock.SetStopped(); in SetPrivateState()
[all …]