From fdc122e4ed6fd04c31595635d45675ad68d258bd Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Tue, 18 Feb 2020 10:16:52 +0500 Subject: 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. --- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp') 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+"); -- cgit v1.1