[all-commits] [llvm/llvm-project] 214054: [lldb] Move DynamicRegisterInfo to public Target l...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Oct 5 03:41:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 214054f78a4e40656b17838300dff2f136032172
https://github.com/llvm/llvm-project/commit/214054f78a4e40656b17838300dff2f136032172
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
A lldb/include/lldb/Target/DynamicRegisterInfo.h
M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
M lldb/source/Plugins/Process/Utility/CMakeLists.txt
R lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
R lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
M lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
M lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
M lldb/source/Target/CMakeLists.txt
A lldb/source/Target/DynamicRegisterInfo.cpp
M lldb/unittests/Process/Utility/CMakeLists.txt
R lldb/unittests/Process/Utility/DynamicRegisterInfoTest.cpp
M lldb/unittests/Target/CMakeLists.txt
A lldb/unittests/Target/DynamicRegisterInfoTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list