[Lldb-commits] [PATCH] D94008: [LLDB] DynamicRegisterInfo calculate offsets in separate function

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 4 00:50:23 PST 2021


omjavaid created this revision.
omjavaid added a reviewer: labath.
omjavaid requested review of this revision.

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.


https://reviews.llvm.org/D94008

Files:
  lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94008.314326.patch
Type: text/x-patch
Size: 5382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210104/61f5eb29/attachment-0001.bin>


More information about the lldb-commits mailing list