Skip to content

Commit

Permalink
Revert "[lldb/lldb-server] Add target.xml support for qXfer request."
Browse files Browse the repository at this point in the history
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 aedc196.
  • Loading branch information
omjavaid committed Feb 18, 2020
1 parent 11053a1 commit fdc122e
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 290 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -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+");
Expand Down

0 comments on commit fdc122e

Please sign in to comment.