This patch pull offset calculation logic out of DynamicRegisterInfo::Finalize into a separate function. We are going to call this function whenever we update SVE register sizes.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LG, modulo inline comment.
lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h | ||
---|---|---|
45–46 | Users should not be calling this, right? Could we make this protected? |
Users should not be calling this, right? Could we make this protected?