Searched refs:GetResponseType (Results 1 – 6 of 6) sorted by relevance
18 StringExtractorGDBRemote::GetResponseType() const { in GetResponseType() function in StringExtractorGDBRemote450 return GetResponseType() == eOK; in IsOKResponse()454 return GetResponseType() == eUnsupported; in IsUnsupportedResponse()458 return GetResponseType() == eResponse; in IsNormalResponse()462 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()467 if (GetResponseType() == eError) { in GetError()476 if (GetResponseType() == eError) { in GetStatus()508 switch (response.GetResponseType()) { in OKErrorNotSupportedResponseValidator()524 switch (response.GetResponseType()) { in JSONResponseValidator()556 switch (response.GetResponseType()) { in ASCIIHexBytesResponseValidator()
179 ResponseType GetResponseType() const;
747 response.GetResponseType() != response.eResponse) in GetRemoteUnixSignals()
472 response_type = response.GetResponseType(); in BuildDynamicRegisterInfo()4092 response.GetResponseType(); in GetExtendedInfoForThread()4164 response.GetResponseType(); in GetLoadedDynamicLibrariesInfos_sender()4197 response.GetResponseType(); in GetSharedCacheInfo()
199 if (packet.GetResponseType() == in GetAck()
1513 response.GetResponseType() == StringExtractorGDBRemote::eResponse) { in GetMemoryRegionInfo()