Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp564 if (response.IsUnsupportedResponse()) { in GetThreadsInfo()
637 if (!response.IsUnsupportedResponse()) in GetDynamicLoaderProcessStateSupported()
802 if (!response.IsUnsupportedResponse()) in LaunchProcess()
889 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
909 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
951 } else if (response.IsUnsupportedResponse()) { in SendLaunchEventDataPacket()
1465 if (response.IsUnsupportedResponse()) in AllocateMemory()
1487 if (response.IsUnsupportedResponse()) in DeallocateMemory()
1929 if (response.IsUnsupportedResponse()) in GetWorkingDir()
2744 if (response.IsUnsupportedResponse() && IsConnected()) in SendSetCurrentThreadPacket()
[all …]
H A DProcessGDBRemote.cpp2610 else if (response.IsUnsupportedResponse()) in DoReadMemory()
2752 else if (response.IsUnsupportedResponse()) in FlashErase()
2781 else if (response.IsUnsupportedResponse()) in FlashDone()
2843 else if (response.IsUnsupportedResponse()) in DoWriteMemory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h194 bool IsUnsupportedResponse() const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp477 bool StringExtractorGDBRemote::IsUnsupportedResponse() const { in IsUnsupportedResponse() function in StringExtractorGDBRemote