Home
last modified time | relevance | path

Searched refs:IsErrorResponse (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h187 bool IsErrorResponse() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1373 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 …]
H A DProcessGDBRemote.cpp2760 } 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp461 bool StringExtractorGDBRemote::IsErrorResponse() const { in IsErrorResponse() function in StringExtractorGDBRemote