Home
last modified time | relevance | path

Searched refs:ResponseType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DStringExtractorGDBRemote.h177 enum ResponseType { eUnsupported = 0, eAck, eNack, eError, eOK, eResponse }; enum
179 ResponseType GetResponseType() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DStringExtractorGDBRemote.cpp17 StringExtractorGDBRemote::ResponseType
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp462 for (StringExtractorGDBRemote::ResponseType response_type = in BuildDynamicRegisterInfo()
4091 StringExtractorGDBRemote::ResponseType response_type = in GetExtendedInfoForThread()
4163 StringExtractorGDBRemote::ResponseType response_type = in GetLoadedDynamicLibrariesInfos_sender()
4196 StringExtractorGDBRemote::ResponseType response_type = in GetSharedCacheInfo()
DGDBRemoteCommunication.cpp200 StringExtractorGDBRemote::ResponseType::eAck) in GetAck()