Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp148 case ContinueLock::LockResult::Success: in SendContinuePacketAndWaitForResponse()
150 case ContinueLock::LockResult::Failed: in SendContinuePacketAndWaitForResponse()
152 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()
338 GDBRemoteClientBase::ContinueLock::LockResult
351 return LockResult::Cancelled; in lock()
355 return LockResult::Failed; in lock()
360 return LockResult::Success; in lock()
H A DGDBRemoteClientBase.h151 enum class LockResult { Success, Cancelled, Failed }; enum
157 LockResult lock();