Searched refs:IsUnsupportedResponse (Results 1 – 4 of 4) sorted by relevance
592 if (response.IsUnsupportedResponse()) { in GetThreadsInfo()665 if (!response.IsUnsupportedResponse()) in GetDynamicLoaderProcessStateSupported()831 if (!response.IsUnsupportedResponse()) in LaunchProcess()918 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()938 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()980 } else if (response.IsUnsupportedResponse()) { in SendLaunchEventDataPacket()1488 if (response.IsUnsupportedResponse()) in AllocateMemory()1510 if (response.IsUnsupportedResponse()) in DeallocateMemory()1949 if (response.IsUnsupportedResponse()) in GetWorkingDir()2763 if (response.IsUnsupportedResponse() && IsConnected()) in SendSetCurrentThreadPacket()[all …]
2719 else if (response.IsUnsupportedResponse()) in DoReadMemory()2863 else if (response.IsUnsupportedResponse()) in FlashErase()2893 else if (response.IsUnsupportedResponse()) in FlashDone()2957 else if (response.IsUnsupportedResponse()) in DoWriteMemory()
194 bool IsUnsupportedResponse() const;
477 bool StringExtractorGDBRemote::IsUnsupportedResponse() const { in IsUnsupportedResponse() function in StringExtractorGDBRemote