Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.cpp152 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()
351 return LockResult::Cancelled; in lock()
DGDBRemoteClientBase.h151 enum class LockResult { Success, Cancelled, Failed }; enumerator