Home
last modified time | relevance | path

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

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