Searched refs:GetResponseType (Results 1 – 6 of 6) sorted by relevance
19 StringExtractorGDBRemote::GetResponseType() const { in GetResponseType() function in StringExtractorGDBRemote474 return GetResponseType() == eOK; in IsOKResponse()478 return GetResponseType() == eUnsupported; in IsUnsupportedResponse()482 return GetResponseType() == eResponse; in IsNormalResponse()486 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()491 if (GetResponseType() == eError) { in GetError()500 if (GetResponseType() == eError) { in GetStatus()532 switch (response.GetResponseType()) { in OKErrorNotSupportedResponseValidator()548 switch (response.GetResponseType()) { in JSONResponseValidator()580 switch (response.GetResponseType()) { in ASCIIHexBytesResponseValidator()
190 ResponseType GetResponseType() const;
213 if (packet.GetResponseType() == in GetAck()233 (response.GetResponseType() != ResponseType::eAck && in ReadPacket()234 response.GetResponseType() != ResponseType::eNack)) in ReadPacket()
444 response_type = response.GetResponseType(); in BuildDynamicRegisterInfo()3905 response.GetResponseType(); in GetExtendedInfoForThread()3974 response.GetResponseType(); in GetLoadedDynamicLibrariesInfos_sender()3996 response.GetResponseType(); in GetDynamicLoaderProcessState()4028 response.GetResponseType(); in GetSharedCacheInfo()
1564 response.GetResponseType() == StringExtractorGDBRemote::eResponse) { in GetMemoryRegionInfo()
715 response.GetResponseType() != response.eResponse) in GetRemoteUnixSignals()