Searched refs:IsUnsupportedResponse (Results 1 – 4 of 4) sorted by relevance
564 if (response.IsUnsupportedResponse()) { in GetThreadsInfo()637 if (!response.IsUnsupportedResponse()) in GetDynamicLoaderProcessStateSupported()802 if (!response.IsUnsupportedResponse()) in LaunchProcess()889 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()909 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()951 } else if (response.IsUnsupportedResponse()) { in SendLaunchEventDataPacket()1465 if (response.IsUnsupportedResponse()) in AllocateMemory()1487 if (response.IsUnsupportedResponse()) in DeallocateMemory()1929 if (response.IsUnsupportedResponse()) in GetWorkingDir()2744 if (response.IsUnsupportedResponse() && IsConnected()) in SendSetCurrentThreadPacket()[all …]
2610 else if (response.IsUnsupportedResponse()) in DoReadMemory()2752 else if (response.IsUnsupportedResponse()) in FlashErase()2781 else if (response.IsUnsupportedResponse()) in FlashDone()2843 else if (response.IsUnsupportedResponse()) in DoWriteMemory()
194 bool IsUnsupportedResponse() const;
477 bool StringExtractorGDBRemote::IsUnsupportedResponse() const { in IsUnsupportedResponse() function in StringExtractorGDBRemote