[Lldb-commits] [PATCH] D105178: [lldb][AArch64] Annotate synchronous tag faults
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 16 03:57:58 PDT 2021
DavidSpickett updated this revision to Diff 359278.
DavidSpickett added a comment.
Account for fault addresses not being granule aligned by asking
for fault_addr to fault_addr+1 which always gives you 1 tag back.
(same trick we do in "memory tag read" if we only have a start address)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105178/new/
https://reviews.llvm.org/D105178
Files:
lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
lldb/test/API/linux/aarch64/mte_tag_faults/Makefile
lldb/test/API/linux/aarch64/mte_tag_faults/TestAArch64LinuxMTEMemoryTagFaults.py
lldb/test/API/linux/aarch64/mte_tag_faults/main.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105178.359278.patch
Type: text/x-patch
Size: 8242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210716/d1dc10ea/attachment.bin>
More information about the lldb-commits
mailing list