Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp147 case ContinueLock::LockResult::Success: in SendContinuePacketAndWaitForResponse()
149 case ContinueLock::LockResult::Failed: in SendContinuePacketAndWaitForResponse()
151 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()
326 GDBRemoteClientBase::ContinueLock::LockResult
339 return LockResult::Cancelled; in lock()
343 return LockResult::Failed; in lock()
348 return LockResult::Success; in lock()
H A DGDBRemoteClientBase.h156 enum class LockResult { Success, Cancelled, Failed }; enum
162 LockResult lock();