[Lldb-commits] [PATCH] D111142: [lldb] [ABI] Make AugmentRegisterInfo() take whole DynamicRegisterInfo
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 5 06:07:54 PDT 2021
mgorny created this revision.
mgorny added reviewers: labath, teemperor, emaste, krytarowski.
mgorny requested review of this revision.
Modify ABI::AugmentRegisterInfo() to take the whole DynamicRegisterInfo
rather than being claled per-register.
https://reviews.llvm.org/D111142
Files:
lldb/include/lldb/Target/ABI.h
lldb/include/lldb/Target/DynamicRegisterInfo.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/Target/ABI.cpp
lldb/source/Target/DynamicRegisterInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111142.377175.patch
Type: text/x-patch
Size: 8552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211005/8f7906ef/attachment.bin>
More information about the lldb-commits
mailing list