diff options
author | David Spickett <david.spickett@linaro.org> | 2023-10-25 09:54:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 09:54:34 +0100 |
commit | d8abce1181cf089ef1161aad97072b1e53c1e941 (patch) | |
tree | a136251e49b203fb646b73285152de66d4f7fb9b /lldb/packages/Python/lldbsuite/test/bench.py | |
parent | f3860456407f5462e99b54b07dc7254acf38081e (diff) | |
download | llvm-d8abce1181cf089ef1161aad97072b1e53c1e941.zip llvm-d8abce1181cf089ef1161aad97072b1e53c1e941.tar.gz llvm-d8abce1181cf089ef1161aad97072b1e53c1e941.tar.bz2 |
[lldb][AArch64] Read mte_ctrl register from core files (#69689)
This register reports the configuration of the AArch64 Linux tagged
address ABI, part of which is the memory tagging (MTE) settings.
It will always be present in core files because even without MTE, there
are parts of the tagged address ABI that can be configured (these parts
use the Top Byte Ignore feature).
I missed adding this when I previously worked on MTE support. Until now
you could read memory tags from a core file but not this register.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/bench.py')
0 files changed, 0 insertions, 0 deletions