Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h198 bool IsErrorResponse() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp783 if (response.IsErrorResponse()) in LaunchProcess()
1914 if (response.IsErrorResponse()) in GetWorkingDir()
2614 if (response.IsErrorResponse()) in LaunchGDBServer()
2811 if (response.IsErrorResponse()) in SendGDBStoppointTypePacket()
3568 if (response.IsErrorResponse()) in SendTraceSupported()
3601 if (response.IsErrorResponse()) in SendTraceStop()
3636 if (response.IsErrorResponse()) in SendTraceStart()
3671 if (response.IsErrorResponse()) in SendTraceGetState()
3705 if (response.IsErrorResponse()) in SendTraceGetBinaryData()
3780 if (response.IsErrorResponse()) in GetModuleInfo()
[all …]
H A DProcessGDBRemote.cpp2587 } else if (response.IsErrorResponse()) in DoReadMemory()
2728 if (response.IsErrorResponse()) in FlashErase()
2758 if (response.IsErrorResponse()) in FlashDone()
2819 } else if (response.IsErrorResponse()) in DoWriteMemory()
4990 if (response.IsErrorResponse()) { in GetFileLoadAddress()
5155 if (response.IsErrorResponse()) in SaveCore()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp485 bool StringExtractorGDBRemote::IsErrorResponse() const { in IsErrorResponse() function in StringExtractorGDBRemote