Searched refs:GetResponseType (Results 1 – 6 of 6) sorted by relevance
16 StringExtractorGDBRemote::GetResponseType() const { in GetResponseType() function in StringExtractorGDBRemote442 return GetResponseType() == eOK; in IsOKResponse()446 return GetResponseType() == eUnsupported; in IsUnsupportedResponse()450 return GetResponseType() == eResponse; in IsNormalResponse()454 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()459 if (GetResponseType() == eError) { in GetError()468 if (GetResponseType() == eError) { in GetStatus()500 switch (response.GetResponseType()) { in OKErrorNotSupportedResponseValidator()516 switch (response.GetResponseType()) { in JSONResponseValidator()548 switch (response.GetResponseType()) { in ASCIIHexBytesResponseValidator()
181 ResponseType GetResponseType() const;
739 response.GetResponseType() != response.eResponse) in GetRemoteUnixSignals()
534 response_type = response.GetResponseType(); in BuildDynamicRegisterInfo()4102 response.GetResponseType(); in GetExtendedInfoForThread()4174 response.GetResponseType(); in GetLoadedDynamicLibrariesInfos_sender()4207 response.GetResponseType(); in GetSharedCacheInfo()
207 if (packet.GetResponseType() == in GetAck()
1454 response.GetResponseType() == StringExtractorGDBRemote::eResponse) { in GetMemoryRegionInfo()