Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
310 GDBRemoteClientBase::ContinueLock::LockResult
323 return LockResult::Cancelled; in lock()
327 return LockResult::Failed; in lock()
332 return LockResult::Success; in lock()
H A DGDBRemoteClientBase.h147 enum class LockResult { Success, Cancelled, Failed }; enum
153 LockResult lock();