Searched refs:GetResponseType (Results 1 – 6 of 6) sorted by relevance
18 StringExtractorGDBRemote::GetResponseType() const { in GetResponseType() function in StringExtractorGDBRemote473 return GetResponseType() == eOK; in IsOKResponse()477 return GetResponseType() == eUnsupported; in IsUnsupportedResponse()481 return GetResponseType() == eResponse; in IsNormalResponse()485 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()490 if (GetResponseType() == eError) { in GetError()499 if (GetResponseType() == eError) { in GetStatus()531 switch (response.GetResponseType()) { in OKErrorNotSupportedResponseValidator()547 switch (response.GetResponseType()) { in JSONResponseValidator()579 switch (response.GetResponseType()) { in ASCIIHexBytesResponseValidator()
189 ResponseType GetResponseType() const;
216 if (packet.GetResponseType() == in GetAck()253 (response.GetResponseType() != ResponseType::eAck && in ReadPacket()254 response.GetResponseType() != ResponseType::eNack)) in ReadPacket()
452 response_type = response.GetResponseType(); in BuildDynamicRegisterInfo()3813 response.GetResponseType(); in GetExtendedInfoForThread()3885 response.GetResponseType(); in GetLoadedDynamicLibrariesInfos_sender()3918 response.GetResponseType(); in GetSharedCacheInfo()
1545 response.GetResponseType() == StringExtractorGDBRemote::eResponse) { in GetMemoryRegionInfo()
704 response.GetResponseType() != response.eResponse) in GetRemoteUnixSignals()