diff options
author | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2020-02-18 10:16:52 +0500 |
---|---|---|
committer | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2020-02-18 10:16:52 +0500 |
commit | fdc122e4ed6fd04c31595635d45675ad68d258bd (patch) | |
tree | 71430a6795c0b35497e97ab318a8e7b7c7b0f7af /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | |
parent | 11053a1cc61afaabf2df2b8345d8d392c88cd508 (diff) | |
download | llvm-fdc122e4ed6fd04c31595635d45675ad68d258bd.zip llvm-fdc122e4ed6fd04c31595635d45675ad68d258bd.tar.gz llvm-fdc122e4ed6fd04c31595635d45675ad68d258bd.tar.bz2 |
Revert "[lldb/lldb-server] Add target.xml support for qXfer request."
This patch cause floating point registers to fail on LLDB aarch64-linux
buildbot.
http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/builds/1713
This reverts commit aedc196101e33bd58f7443c5b93398418ce55edf.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp index 3aec013..abb8f63 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp @@ -843,7 +843,6 @@ GDBRemoteCommunicationServerCommon::Handle_qSupported( response.PutCString(";QThreadSuffixSupported+"); response.PutCString(";QListThreadsInStopReply+"); response.PutCString(";qEcho+"); - response.PutCString(";qXfer:features:read+"); #if defined(__linux__) || defined(__NetBSD__) response.PutCString(";QPassSignals+"); response.PutCString(";qXfer:auxv:read+"); |