[Lldb-commits] [PATCH] D111142: [lldb] [ABI] Apply AugmentRegisterInfo() to RemoteRegisterInfos
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 6 07:23:23 PDT 2021
mgorny updated this revision to Diff 377538.
mgorny retitled this revision from "[lldb] [ABI] Make AugmentRegisterInfo() take whole DynamicRegisterInfo" to "[lldb] [ABI] Apply AugmentRegisterInfo() to RemoteRegisterInfos".
mgorny edited the summary of this revision.
mgorny added a comment.
Pass a vector of `RemoteRegisterInfo`s instead of `DynamicRegisterInfo` class.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111142/new/
https://reviews.llvm.org/D111142
Files:
lldb/include/lldb/Target/ABI.h
lldb/include/lldb/Target/DynamicRegisterInfo.h
lldb/include/lldb/Target/RemoteRegisterInfo.h
lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
lldb/source/Target/ABI.cpp
lldb/source/Target/DynamicRegisterInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111142.377538.patch
Type: text/x-patch
Size: 12174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211006/521bb53f/attachment.bin>
More information about the lldb-commits
mailing list