[Lldb-commits] [PATCH] D111498: [lldb] [DynamicRegisterInfo] Remove AddRegister() and make Finalize() protected

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 9 12:25:43 PDT 2021


mgorny created this revision.
mgorny added reviewers: labath, teemperor, krytarowski, emaste.
mgorny requested review of this revision.

(note that this assumes parent diffs are merged)

Now that AddRegister() is no longer used, remove it.  While at it,
we can also make Finalize() protected as all supported API methods
call it internally.


https://reviews.llvm.org/D111498

Files:
  lldb/include/lldb/Target/DynamicRegisterInfo.h
  lldb/source/Target/DynamicRegisterInfo.cpp
  lldb/unittests/Target/DynamicRegisterInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111498.378469.patch
Type: text/x-patch
Size: 6686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211009/f30fbce3/attachment.bin>


More information about the lldb-commits mailing list