Home
last modified time | relevance | path

Searched refs:ContinueLock (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp49 ContinueLock cont_lock(*this); in SendContinuePacketAndWaitForResponse()
128 case ContinueLock::LockResult::Success: in SendContinuePacketAndWaitForResponse()
130 case ContinueLock::LockResult::Failed: in SendContinuePacketAndWaitForResponse()
132 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()
297 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock() function in GDBRemoteClientBase::ContinueLock
302 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
307 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
317 GDBRemoteClientBase::ContinueLock::LockResult
318 GDBRemoteClientBase::ContinueLock::lock() { in lock()
H A DGDBRemoteClientBase.h128 class ContinueLock {
132 explicit ContinueLock(GDBRemoteClientBase &comm);
133 ~ContinueLock();