Searched refs:IsErrorResponse (Results 1 – 4 of 4) sorted by relevance
187 bool IsErrorResponse() const;
1373 if (response.IsErrorResponse()) in SendAttach()1429 else if (!response.IsErrorResponse()) in AllocateMemory()1896 if (response.IsErrorResponse()) in GetWorkingDir()2777 if (response.IsErrorResponse()) in SendGDBStoppointTypePacket()3444 if (response.IsErrorResponse()) in SendTraceSupported()3477 if (response.IsErrorResponse()) in SendTraceStop()3512 if (response.IsErrorResponse()) in SendTraceStart()3547 if (response.IsErrorResponse()) in SendTraceGetState()3581 if (response.IsErrorResponse()) in SendTraceGetBinaryData()3659 if (response.IsErrorResponse()) in GetModuleInfo()[all …]
2760 } else if (response.IsErrorResponse()) in DoReadMemory()2901 if (response.IsErrorResponse()) in FlashErase()2931 if (response.IsErrorResponse()) in FlashDone()2992 } else if (response.IsErrorResponse()) in DoWriteMemory()4964 if (response.IsErrorResponse()) { in GetFileLoadAddress()
461 bool StringExtractorGDBRemote::IsErrorResponse() const { in IsErrorResponse() function in StringExtractorGDBRemote