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.cpp592 if (response.IsUnsupportedResponse()) { in GetThreadsInfo()
665 if (!response.IsUnsupportedResponse()) in GetDynamicLoaderProcessStateSupported()
831 if (!response.IsUnsupportedResponse()) in LaunchProcess()
918 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
938 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
980 } else if (response.IsUnsupportedResponse()) { in SendLaunchEventDataPacket()
1488 if (response.IsUnsupportedResponse()) in AllocateMemory()
1510 if (response.IsUnsupportedResponse()) in DeallocateMemory()
1949 if (response.IsUnsupportedResponse()) in GetWorkingDir()
2763 if (response.IsUnsupportedResponse() && IsConnected()) in SendSetCurrentThreadPacket()
[all …]
H A DProcessGDBRemote.cpp2719 else if (response.IsUnsupportedResponse()) in DoReadMemory()
2863 else if (response.IsUnsupportedResponse()) in FlashErase()
2893 else if (response.IsUnsupportedResponse()) in FlashDone()
2957 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