Searched refs:IsErrorResponse (Results 1 – 4 of 4) sorted by relevance
198 bool IsErrorResponse() const;
825 if (response.IsErrorResponse()) in LaunchProcess()1490 else if (!response.IsErrorResponse()) in AllocateMemory()1951 if (response.IsErrorResponse()) in GetWorkingDir()2662 if (response.IsErrorResponse()) in LaunchGDBServer()2859 if (response.IsErrorResponse()) in SendGDBStoppointTypePacket()3664 if (response.IsErrorResponse()) in SendTraceSupported()3696 if (response.IsErrorResponse()) in SendTraceStop()3730 if (response.IsErrorResponse()) in SendTraceStart()3764 if (response.IsErrorResponse()) in SendTraceGetState()3797 if (response.IsErrorResponse()) in SendTraceGetBinaryData()[all …]
2716 } else if (response.IsErrorResponse()) in DoReadMemory()2860 if (response.IsErrorResponse()) in FlashErase()2891 if (response.IsErrorResponse()) in FlashDone()2954 } else if (response.IsErrorResponse()) in DoWriteMemory()5302 if (response.IsErrorResponse()) { in GetFileLoadAddress()5466 if (response.IsErrorResponse()) in SaveCore()
485 bool StringExtractorGDBRemote::IsErrorResponse() const { in IsErrorResponse() function in StringExtractorGDBRemote