Searched refs:IsErrorResponse (Results 1 – 5 of 5) sorted by relevance
197 bool IsErrorResponse() const;
807 if (response.IsErrorResponse()) { in SendArgumentsPacket()1448 else if (!response.IsErrorResponse()) in AllocateMemory()1928 if (response.IsErrorResponse()) in GetWorkingDir()2808 if (response.IsErrorResponse()) in SendGDBStoppointTypePacket()3565 if (response.IsErrorResponse()) in SendTraceSupported()3598 if (response.IsErrorResponse()) in SendTraceStop()3633 if (response.IsErrorResponse()) in SendTraceStart()3668 if (response.IsErrorResponse()) in SendTraceGetState()3702 if (response.IsErrorResponse()) in SendTraceGetBinaryData()3777 if (response.IsErrorResponse()) in GetModuleInfo()[all …]
2565 } else if (response.IsErrorResponse()) in DoReadMemory()2706 if (response.IsErrorResponse()) in FlashErase()2736 if (response.IsErrorResponse()) in FlashDone()2797 } else if (response.IsErrorResponse()) in DoWriteMemory()4655 if (response.IsErrorResponse()) { in GetFileLoadAddress()4820 if (response.IsErrorResponse()) in SaveCore()
186 if (Extractor.IsErrorResponse()) in SendMessage()
484 bool StringExtractorGDBRemote::IsErrorResponse() const { in IsErrorResponse() function in StringExtractorGDBRemote