Searched refs:IsUnsupportedResponse (Results 1 – 4 of 4) sorted by relevance
890 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()910 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()1926 if (response.IsUnsupportedResponse()) in GetWorkingDir()3508 if (response.IsUnsupportedResponse()) in SaveRegisterState()3537 if (response.IsUnsupportedResponse()) in RestoreRegisterState()3567 if (response.IsUnsupportedResponse()) in SendTraceSupported()3600 if (response.IsUnsupportedResponse()) in SendTraceStop()3635 if (response.IsUnsupportedResponse()) in SendTraceStart()3670 if (response.IsUnsupportedResponse()) in SendTraceGetState()3780 if (response.IsUnsupportedResponse()) { in GetModuleInfo()[all …]
2567 else if (response.IsUnsupportedResponse()) in DoReadMemory()2709 else if (response.IsUnsupportedResponse()) in FlashErase()2738 else if (response.IsUnsupportedResponse()) in FlashDone()2800 else if (response.IsUnsupportedResponse()) in DoWriteMemory()
193 bool IsUnsupportedResponse() const;
476 bool StringExtractorGDBRemote::IsUnsupportedResponse() const { in IsUnsupportedResponse() function in StringExtractorGDBRemote