Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp51 ContinueLock cont_lock(*this); in SendContinuePacketAndWaitForResponse()
148 case ContinueLock::LockResult::Success: in SendContinuePacketAndWaitForResponse()
150 case ContinueLock::LockResult::Failed: in SendContinuePacketAndWaitForResponse()
152 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()
318 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock() function in GDBRemoteClientBase::ContinueLock
323 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
328 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
338 GDBRemoteClientBase::ContinueLock::LockResult
339 GDBRemoteClientBase::ContinueLock::lock() { in lock()
H A DGDBRemoteClientBase.h149 class ContinueLock {
153 explicit ContinueLock(GDBRemoteClientBase &comm);
154 ~ContinueLock();