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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
