commit | db264a6d09b04f6794e786078bf727c1c10c798a | [log] [tgz] |
---|---|---|
author | Tamas Berghammer <tberghammer@google.com> | Tue Mar 31 09:52:22 2015 +0000 |
committer | Tamas Berghammer <tberghammer@google.com> | Tue Mar 31 09:52:22 2015 +0000 |
tree | 9da2cc27520248bda09229b65a3c1b5b8fc68964 | |
parent | 96d1779e23fad278e9f48ebb0ae6450e7395d6e7 [diff] [blame] |
Move several plugin to its own namespace Affected paths: * Plugins/Platform/Android/* * Plugins/Platform/Linux/* * Plugins/Platform/gdb-server/* * Plugins/Process/Linux/* * Plugins/Process/gdb-remote/* Differential revision: http://reviews.llvm.org/D8654 llvm-svn: 233679
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp index aad69a0..756406c 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
@@ -42,6 +42,7 @@ using namespace lldb; using namespace lldb_private; +using namespace lldb_private::process_gdb_remote; #if defined(LLDB_DISABLE_POSIX) && !defined(SIGSTOP) #define SIGSTOP 17