[Lldb-commits] [PATCH] D96460: [LLDB] Arm64/Linux Add MTE and Pointer Authentication registers

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 30 02:47:55 PDT 2021


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Looks good (and sorry for the delay). Just rebase to main to avoid the cast.



================
Comment at: lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp:77
+    NativeProcessELF &process =
+        static_cast<NativeProcessELF &>(native_thread.GetProcess());
+
----------------
After d1486e65a164, this cast should be unnecessary.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96460/new/

https://reviews.llvm.org/D96460



More information about the lldb-commits mailing list