[Lldb-commits] [PATCH] D105178: [lldb][AArch64] Annotate synchronous tag faults

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 13 08:39:26 PDT 2021


DavidSpickett updated this revision to Diff 358276.
DavidSpickett added a comment.

- Removed use of tagged address ABI
- Set pointer tags with a function instead of generator intrinsic
- Add a memory access to confirm mapping was done properly
- Add a few more comments about mmap and others


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.358276.patch
Type: text/x-patch
Size: 7670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210713/0f39d380/attachment.bin>


More information about the lldb-commits mailing list