[Lldb-commits] [PATCH] D97285: [lldb][AArch64] Add "memory tag read" command

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 23 06:44:50 PST 2021


DavidSpickett added inline comments.


================
Comment at: lldb/test/API/linux/aarch64/mte_tag_read/main.c:46
+  // A different tag so that buf_alt_tag > buf if you don't handle the tag
+  char *buf_alt_tag = __arm_mte_create_random_tag(buf, ~(1 << 10));
+
----------------
https://developer.arm.com/documentation/101028/0012/10--Memory-tagging-intrinsics for descriptions of these functions.

I probably need to add some more comments here for the unfamiliar.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97285



More information about the lldb-commits mailing list