Searched refs:IsErrorResponse (Results 1 – 4 of 4) sorted by relevance
198 bool IsErrorResponse() const;
782 if (response.IsErrorResponse()) in LaunchProcess()1436 else if (!response.IsErrorResponse()) in AllocateMemory()1922 if (response.IsErrorResponse()) in GetWorkingDir()2814 if (response.IsErrorResponse()) in SendGDBStoppointTypePacket()3571 if (response.IsErrorResponse()) in SendTraceSupported()3604 if (response.IsErrorResponse()) in SendTraceStop()3639 if (response.IsErrorResponse()) in SendTraceStart()3674 if (response.IsErrorResponse()) in SendTraceGetState()3708 if (response.IsErrorResponse()) in SendTraceGetBinaryData()3783 if (response.IsErrorResponse()) in GetModuleInfo()[all …]
2520 } else if (response.IsErrorResponse()) in DoReadMemory()2661 if (response.IsErrorResponse()) in FlashErase()2691 if (response.IsErrorResponse()) in FlashDone()2752 } else if (response.IsErrorResponse()) in DoWriteMemory()4625 if (response.IsErrorResponse()) { in GetFileLoadAddress()4790 if (response.IsErrorResponse()) in SaveCore()
485 bool StringExtractorGDBRemote::IsErrorResponse() const { in IsErrorResponse() function in StringExtractorGDBRemote