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;
214 if (packet.GetResponseType() == in GetAck()234 (response.GetResponseType() != ResponseType::eAck && in ReadPacket()235 response.GetResponseType() != ResponseType::eNack)) in ReadPacket()
438 response_type = response.GetResponseType(); in BuildDynamicRegisterInfo()3753 response.GetResponseType(); in GetExtendedInfoForThread()3825 response.GetResponseType(); in GetLoadedDynamicLibrariesInfos_sender()3848 response.GetResponseType(); in GetDynamicLoaderProcessState()3881 response.GetResponseType(); in GetSharedCacheInfo()
1533 response.GetResponseType() == StringExtractorGDBRemote::eResponse) { in GetMemoryRegionInfo()
699 response.GetResponseType() != response.eResponse) in GetRemoteUnixSignals()