[Lldb-commits] [PATCH] D105178: [lldb][AArch64] Annotate synchronous tag faults
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 12 03:11:14 PDT 2021
omjavaid accepted this revision.
omjavaid added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/test/API/linux/aarch64/mte_tag_faults/main.c:29
+
+ if (prctl(PR_SET_TAGGED_ADDR_CTRL, prctl_arg2, 0, 0, 0))
+ return 1;
----------------
Can we add a bit more detail on what this and following mmap step is doing.?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105178/new/
https://reviews.llvm.org/D105178
More information about the lldb-commits
mailing list