Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp789 if (!response.IsUnsupportedResponse()) in LaunchProcess()
876 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
1912 if (response.IsUnsupportedResponse()) in GetWorkingDir()
3511 if (response.IsUnsupportedResponse()) in SaveRegisterState()
3540 if (response.IsUnsupportedResponse()) in RestoreRegisterState()
3570 if (response.IsUnsupportedResponse()) in SendTraceSupported()
3603 if (response.IsUnsupportedResponse()) in SendTraceStop()
3638 if (response.IsUnsupportedResponse()) in SendTraceStart()
3673 if (response.IsUnsupportedResponse()) in SendTraceGetState()
3783 if (response.IsUnsupportedResponse()) { in GetModuleInfo()
[all …]
H A DProcessGDBRemote.cpp2589 else if (response.IsUnsupportedResponse()) in DoReadMemory()
2731 else if (response.IsUnsupportedResponse()) in FlashErase()
2760 else if (response.IsUnsupportedResponse()) in FlashDone()
2822 else if (response.IsUnsupportedResponse()) in DoWriteMemory()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h194 bool IsUnsupportedResponse() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp477 bool StringExtractorGDBRemote::IsUnsupportedResponse() const { in IsUnsupportedResponse() function in StringExtractorGDBRemote