[Lldb-commits] [PATCH] D95601: [lldb][AArch64] Add memory tag reading to lldb-server
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 23 06:43:30 PST 2021
DavidSpickett added inline comments.
================
Comment at: lldb/test/API/tools/lldb-server/memory-tagging/main.c:36
+ // This intrinsic treats the addresses as if they were untagged
+ while (__arm_mte_ptrdiff(tagged_ptr, buf) < page_size) {
+ // This sets the allocation tag
----------------
See https://developer.arm.com/documentation/101028/0012/10--Memory-tagging-intrinsics for in depth descriptions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95601/new/
https://reviews.llvm.org/D95601
More information about the lldb-commits
mailing list