Home
last modified time | relevance | path

Searched defs:ResponseType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h188 enum ResponseType { eUnsupported = 0, eAck, eNack, eError, eOK, eResponse }; enum
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp227 using ResponseType = StringExtractorGDBRemote::ResponseType; in ReadPacket() typedef