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

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 23 06:39:27 PST 2021


DavidSpickett added reviewers: omjavaid, labath.
DavidSpickett added a comment.

This command is described in the RFC under the name "mtag showatag" (https://lists.llvm.org/pipermail/lldb-dev/2020-August/016402.html). The change of naming was suggested in feedback and I think it does fit better with the other commands so I went with it.

The output is very basic and could certainly be compacted but this is just the initial implementation.

There is also the option to have this command highlight matches/mismatches. This would reduce (maybe remove) the need for a "memory tag check" command. I think that would be better done as a follow up if so.


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