Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp50 ContinueLock cont_lock(*this); in SendContinuePacketAndWaitForResponse()
147 case ContinueLock::LockResult::Success: in SendContinuePacketAndWaitForResponse()
149 case ContinueLock::LockResult::Failed: in SendContinuePacketAndWaitForResponse()
151 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()
307 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock() function in GDBRemoteClientBase::ContinueLock
312 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
317 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
327 GDBRemoteClientBase::ContinueLock::LockResult
328 GDBRemoteClientBase::ContinueLock::lock() { in lock()
H A DGDBRemoteClientBase.h161 class ContinueLock {
165 explicit ContinueLock(GDBRemoteClientBase &comm);
166 ~ContinueLock();