[Lldb-commits] [PATCH] D96459: [LLDB] Pull AuxVec info into NativeRegisterContextLinux_arm64
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 16 08:44:11 PST 2021
omjavaid added inline comments.
================
Comment at: lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp:104
+
+ return 0;
+}
----------------
DavidSpickett wrote:
> Do I understand correctly that this will be filled in in a further patch? So right now it's only returning 0 because it's not hooked up yet.
> For the sake of clean patches I'd rather it just returned 0, then put the rest of the work in the follow up.
Agreed. We can move implementation details to next inline patch where MTE/PAuth regs are being added.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96459/new/
https://reviews.llvm.org/D96459
More information about the lldb-commits
mailing list