Searched refs:IsUnsupportedResponse (Results 1 – 4 of 4) sorted by relevance
580 if (response.IsUnsupportedResponse()) { in GetThreadsInfo()873 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()887 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()924 } else if (response.IsUnsupportedResponse()) { in SendLaunchEventDataPacket()1398 if (response.IsUnsupportedResponse()) in AllocateMemory()1420 if (response.IsUnsupportedResponse()) in DeallocateMemory()1846 if (response.IsUnsupportedResponse()) in GetWorkingDir()2634 if (response.IsUnsupportedResponse() && IsConnected()) { in SetCurrentThread()2670 if (response.IsUnsupportedResponse() && IsConnected()) { in SetCurrentThreadForRun()2696 if (response.IsUnsupportedResponse()) in GetThreadStopInfo()[all …]
2734 else if (response.IsUnsupportedResponse()) in DoReadMemory()2845 else if (response.IsUnsupportedResponse()) in FlashErase()2873 else if (response.IsUnsupportedResponse()) in FlashDone()2935 else if (response.IsUnsupportedResponse()) in DoWriteMemory()
182 bool IsUnsupportedResponse() const;
446 bool StringExtractorGDBRemote::IsUnsupportedResponse() const { in IsUnsupportedResponse() function in StringExtractorGDBRemote