aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2021-10-01 17:21:45 +0200
committerMichał Górny <mgorny@moritz.systems>2021-10-05 12:40:55 +0200
commit214054f78a4e40656b17838300dff2f136032172 (patch)
tree24fe957b6efd89e69c0b86e4ecbaa479fb9cd63b /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
parent3334b9d70bc86501b91eae0a5ec2459ef2da6bb3 (diff)
downloadllvm-214054f78a4e40656b17838300dff2f136032172.zip
llvm-214054f78a4e40656b17838300dff2f136032172.tar.gz
llvm-214054f78a4e40656b17838300dff2f136032172.tar.bz2
[lldb] Move DynamicRegisterInfo to public Target library
Move DynamicRegisterInfo from the internal lldbPluginProcessUtility library to the public lldbTarget library. This is a prerequisite towards ABI plugin changes that are going to pass DynamicRegisterInfo parameters. Differential Revision: https://reviews.llvm.org/D110942
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp')
-rw-r--r--lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
index 8c9e31d..40cf1d9 100644
--- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
+++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
@@ -12,7 +12,6 @@
#include "OperatingSystemPython.h"
-#include "Plugins/Process/Utility/DynamicRegisterInfo.h"
#include "Plugins/Process/Utility/RegisterContextDummy.h"
#include "Plugins/Process/Utility/RegisterContextMemory.h"
#include "Plugins/Process/Utility/ThreadMemory.h"