[Lldb-commits] [PATCH] D103626: [lldb][AArch64] Remove non address bits from memory read arguments
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 17 02:41:26 PDT 2021
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
More information about the lldb-commits
mailing list