summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-09-30 13:44:17 +0000
committerPavel Labath <pavel@labath.sk>2019-09-30 13:44:17 +0000
commit6f23a68a84c0cb25bd3009758f62367fd475ed24 (patch)
tree8bebe2af73911293a0bd81dd9922f9af0f2db77a /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parentab11b9188d75a9cc24faa1e76592e4a1903a6e20 (diff)
downloadbcm5719-llvm-6f23a68a84c0cb25bd3009758f62367fd475ed24.tar.gz
bcm5719-llvm-6f23a68a84c0cb25bd3009758f62367fd475ed24.zip
Use llvm for dumping DWARF expressions
Summary: It uses the new ability of ABI plugins to vend llvm::MCRegisterInfo structs (which is what is needed to turn dwarf register numbers into strings). Reviewers: JDevlieghere, aprantl, jasonmolenda Subscribers: tatyana-krasnukha, lldb-commits Differential Revision: https://reviews.llvm.org/D67966 llvm-svn: 373208
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index ab1e572316a..3f0f3e4bb14 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -86,7 +86,6 @@
#include "llvm/Support/raw_ostream.h"
#define DEBUGSERVER_BASENAME "debugserver"
-using namespace llvm;
using namespace lldb;
using namespace lldb_private;
using namespace lldb_private::process_gdb_remote;
OpenPOWER on IntegriCloud