summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-22 00:27:54 +0000
committerZachary Turner <zturner@google.com>2017-03-22 00:27:54 +0000
commit90bf36f949c4848a6cc5d4b87b56f3a5149b4273 (patch)
treeb96de38d2ea3f5bc80a6140ebc327883688f636e /lldb/source/Plugins/Process/Linux
parentaaedf891019203cec1552b166edb2bf9972b3b14 (diff)
downloadbcm5719-llvm-90bf36f949c4848a6cc5d4b87b56f3a5149b4273.tar.gz
bcm5719-llvm-90bf36f949c4848a6cc5d4b87b56f3a5149b4273.zip
Break the cycle between Host and PluginProcessUtility.
There are only two users of NativeRegisterContextRegisterInfo, and both are in process plugins. Moving this code from Host to Plugins/Process/Utility thus makes sense, and as it is the only dependency from Host -> PluginProcessUtility, it also breaks this cycle, reducing LLDB's overall cycle count from 45 to 44. llvm-svn: 298466
Diffstat (limited to 'lldb/source/Plugins/Process/Linux')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
index a16c65b64a0..4dfc5365f35 100644
--- a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
+++ b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
@@ -10,10 +10,10 @@
#ifndef lldb_NativeRegisterContextLinux_h
#define lldb_NativeRegisterContextLinux_h
-#include "lldb/Host/common/NativeRegisterContextRegisterInfo.h"
#include "lldb/Host/common/NativeThreadProtocol.h"
#include "Plugins/Process/Linux/NativeProcessLinux.h"
+#include "Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h"
namespace lldb_private {
namespace process_linux {
OpenPOWER on IntegriCloud