[Lldb-commits] [PATCH] D101361: [LLDB] Support AArch64/Linux watchpoint on tagged addresses
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 8 01:28:34 PDT 2021
DavidSpickett added inline comments.
================
Comment at: lldb/test/API/commands/watchpoints/watch_tagged_addr/main.c:11
+
+ __asm__ __volatile__("pacdza %0" : "=r"(tagged_ptr) : "r"(tagged_ptr));
+
----------------
Add comments to these inline asm lines to explain the instructions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101361/new/
https://reviews.llvm.org/D101361
More information about the lldb-commits
mailing list