Home
last modified time | relevance | path

Searched refs:ErrorReplyInvalid (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h72 ErrorReplyInvalid, // Got a reply but it wasn't valid for the packet that enumerator
DGDBRemoteCommunication.cpp1350 case PacketResult::ErrorReplyInvalid: in format()
DGDBRemoteCommunicationClient.cpp702 return PacketResult::ErrorReplyInvalid; in SendPacketsAndConcatenateResponses()