[Lldb-commits] [PATCH] D97285: [lldb][AArch64] Add "memory tag read" command

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 15 09:20:23 PDT 2021


DavidSpickett added a comment.

I still have one known (though rare) limitation to this command. That is, if you try to read across two neighbouring MTE regions it will fail because it thinks that the whole range isn't tagged. When it is, it's just split over two regions.

This would require you to manage to mmap them next to each other. So I'm looking for a way to do deliberately so it could be tested.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97285



More information about the lldb-commits mailing list