DavidSpickett added a comment.

> Maybe this is something worth considering for LLDB memory dumps?

I'm working on that at the moment, it's on my github branch. This is what it 
looks like with the right options: (others look weird at the moment due to 
ordering issues)

  (lldb) memory read mte_buf mte_buf+32 -f "x" -l 1 -s 16
  0xfffff7ff6000: 0x00000000000000000000000000000000 (tag: 0x0)
  0xfffff7ff6010: 0x00000000000000000000000000000000 (tag: 0x1)

The format is mostly a guess on my part, given that I'm mostly testing the 
debugger itself not MTE enabled software.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103626

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to