Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp151 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()
339 return LockResult::Cancelled; in lock()
H A DGDBRemoteClientBase.h156 enum class LockResult { Success, Cancelled, Failed }; enumerator