[Lldb-commits] [PATCH] D105182: [lldb] Add "memory tag write" command

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 14 01:54:26 PDT 2021


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

Now that ranges are handled in the tag manager, the command uses
MakeTaggedRange. With some extra steps to get slightly different
alignment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105182

Files:
  lldb/source/Commands/CommandObjectMemoryTag.cpp
  lldb/test/API/functionalities/memory/tag/TestMemoryTag.py
  lldb/test/API/linux/aarch64/mte_tag_access/Makefile
  lldb/test/API/linux/aarch64/mte_tag_access/TestAArch64LinuxMTEMemoryTagAccess.py
  lldb/test/API/linux/aarch64/mte_tag_access/main.c
  lldb/test/API/linux/aarch64/mte_tag_read/Makefile
  lldb/test/API/linux/aarch64/mte_tag_read/TestAArch64LinuxMTEMemoryTagRead.py
  lldb/test/API/linux/aarch64/mte_tag_read/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105182.358544.patch
Type: text/x-patch
Size: 26201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210714/de7fa188/attachment-0001.bin>


More information about the lldb-commits mailing list