Searched refs:IsErrorResponse (Results 1 – 4 of 4) sorted by relevance
198 bool IsErrorResponse() const;
796 if (response.IsErrorResponse()) in LaunchProcess()1467 else if (!response.IsErrorResponse()) in AllocateMemory()1931 if (response.IsErrorResponse()) in GetWorkingDir()2643 if (response.IsErrorResponse()) in LaunchGDBServer()2840 if (response.IsErrorResponse()) in SendGDBStoppointTypePacket()3641 if (response.IsErrorResponse()) in SendTraceSupported()3674 if (response.IsErrorResponse()) in SendTraceStop()3709 if (response.IsErrorResponse()) in SendTraceStart()3744 if (response.IsErrorResponse()) in SendTraceGetState()3778 if (response.IsErrorResponse()) in SendTraceGetBinaryData()[all …]
2608 } else if (response.IsErrorResponse()) in DoReadMemory()2749 if (response.IsErrorResponse()) in FlashErase()2779 if (response.IsErrorResponse()) in FlashDone()2840 } else if (response.IsErrorResponse()) in DoWriteMemory()5167 if (response.IsErrorResponse()) { in GetFileLoadAddress()5332 if (response.IsErrorResponse()) in SaveCore()
485 bool StringExtractorGDBRemote::IsErrorResponse() const { in IsErrorResponse() function in StringExtractorGDBRemote