[Lldb-commits] [PATCH] D109879: [lldb] [DynamicRegisterInfo] Replace value_regs/invalidate_regs in AddRegister()
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Sep 18 06:30:16 PDT 2021
mgorny updated this revision to Diff 373412.
mgorny retitled this revision from "[lldb] [DynamicRegisterInfo] Update RegisterInfo with copy of value_regs/invalidate_regs" to "[lldb] [DynamicRegisterInfo] Replace value_regs/invalidate_regs in AddRegister()".
mgorny edited the summary of this revision.
mgorny added a comment.
Herald added a subscriber: mgrang.
Revive. Move sorting & making unique into `AddRegister()`. Add a unittest.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109879/new/
https://reviews.llvm.org/D109879
Files:
lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
lldb/unittests/Process/Utility/DynamicRegisterInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109879.373412.patch
Type: text/x-patch
Size: 8080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210918/95cd87bf/attachment.bin>
More information about the lldb-commits
mailing list