Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp580 if (response.IsUnsupportedResponse()) { in GetThreadsInfo()
873 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
887 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
924 } else if (response.IsUnsupportedResponse()) { in SendLaunchEventDataPacket()
1398 if (response.IsUnsupportedResponse()) in AllocateMemory()
1420 if (response.IsUnsupportedResponse()) in DeallocateMemory()
1846 if (response.IsUnsupportedResponse()) in GetWorkingDir()
2634 if (response.IsUnsupportedResponse() && IsConnected()) { in SetCurrentThread()
2670 if (response.IsUnsupportedResponse() && IsConnected()) { in SetCurrentThreadForRun()
2696 if (response.IsUnsupportedResponse()) in GetThreadStopInfo()
[all …]
DProcessGDBRemote.cpp2734 else if (response.IsUnsupportedResponse()) in DoReadMemory()
2845 else if (response.IsUnsupportedResponse()) in FlashErase()
2873 else if (response.IsUnsupportedResponse()) in FlashDone()
2935 else if (response.IsUnsupportedResponse()) in DoWriteMemory()
/external/llvm-project/lldb/include/lldb/Utility/
DStringExtractorGDBRemote.h182 bool IsUnsupportedResponse() const;
/external/llvm-project/lldb/source/Utility/
DStringExtractorGDBRemote.cpp446 bool StringExtractorGDBRemote::IsUnsupportedResponse() const { in IsUnsupportedResponse() function in StringExtractorGDBRemote