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()
306 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock() function in GDBRemoteClientBase::ContinueLock
311 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
316 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
326 GDBRemoteClientBase::ContinueLock::LockResult
327 GDBRemoteClientBase::ContinueLock::lock() { in lock()
H A DGDBRemoteClientBase.h154 class ContinueLock {
158 explicit ContinueLock(GDBRemoteClientBase &comm);
159 ~ContinueLock();