(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.
Paths
| Differential D111498
[lldb] [DynamicRegisterInfo] Remove AddRegister() and make Finalize() protected ClosedPublic Authored by mgorny on Oct 9 2021, 12:25 PM.
Details Summary (note that this assumes parent diffs are merged) Now that AddRegister() is no longer used, remove it. While at it,
Diff Detail
Event Timelinemgorny created this revision. This revision is now accepted and ready to land.Oct 11 2021, 4:24 AM This revision was landed with ongoing or failed builds.Oct 25 2021, 11:06 AM Closed by commit rG1bd258fd4e2c: [lldb] [DynamicRegisterInfo] Remove AddRegister() and make Finalize() protected (authored by mgorny). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 382059 lldb/include/lldb/Target/DynamicRegisterInfo.h
lldb/source/Target/DynamicRegisterInfo.cpp
lldb/unittests/Target/DynamicRegisterInfoTest.cpp
|