Searched refs:GetResponseType (Results 1 – 6 of 6) sorted by relevance
15 StringExtractorGDBRemote::GetResponseType() const { in GetResponseType() function in StringExtractorGDBRemote439 return GetResponseType() == eOK; in IsOKResponse()443 return GetResponseType() == eUnsupported; in IsUnsupportedResponse()447 return GetResponseType() == eResponse; in IsNormalResponse()451 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()456 if (GetResponseType() == eError) { in GetError()465 if (GetResponseType() == eError) { in GetStatus()497 switch (response.GetResponseType()) { in OKErrorNotSupportedResponseValidator()513 switch (response.GetResponseType()) { in JSONResponseValidator()545 switch (response.GetResponseType()) { in ASCIIHexBytesResponseValidator()
175 ResponseType GetResponseType() const;
725 response.GetResponseType() != response.eResponse) in GetRemoteUnixSignals()
476 response_type = response.GetResponseType(); in BuildDynamicRegisterInfo()4034 response.GetResponseType(); in GetExtendedInfoForThread()4106 response.GetResponseType(); in GetLoadedDynamicLibrariesInfos_sender()4139 response.GetResponseType(); in GetSharedCacheInfo()
199 if (packet.GetResponseType() == in GetAck()
1468 response.GetResponseType() == StringExtractorGDBRemote::eResponse) { in GetMemoryRegionInfo()