aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
diff options
context:
space:
mode:
authorMuhammad Omair Javaid <omair.javaid@linaro.org>2020-02-18 10:16:52 +0500
committerMuhammad Omair Javaid <omair.javaid@linaro.org>2020-02-18 10:16:52 +0500
commitfdc122e4ed6fd04c31595635d45675ad68d258bd (patch)
tree71430a6795c0b35497e97ab318a8e7b7c7b0f7af /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
parent11053a1cc61afaabf2df2b8345d8d392c88cd508 (diff)
downloadllvm-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/GDBRemoteCommunicationServerLLGS.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
index 75ac176..088ba92 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
@@ -199,8 +199,6 @@ protected:
static std::string XMLEncodeAttributeValue(llvm::StringRef value);
private:
- llvm::Expected<std::unique_ptr<llvm::MemoryBuffer>> BuildTargetXml();
-
void HandleInferiorState_Exited(NativeProcessProtocol *process);
void HandleInferiorState_Stopped(NativeProcessProtocol *process);