diff options
| author | Michał Górny <mgorny@moritz.systems> | 2021-10-01 17:21:45 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@moritz.systems> | 2021-10-05 12:40:55 +0200 |
| commit | 214054f78a4e40656b17838300dff2f136032172 (patch) | |
| tree | 24fe957b6efd89e69c0b86e4ecbaa479fb9cd63b /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp | |
| parent | 3334b9d70bc86501b91eae0a5ec2459ef2da6bb3 (diff) | |
| download | llvm-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.cpp | 1 |
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" |
