[Lldb-commits] [lldb] [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (PR #145033)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 20 05:54:30 PDT 2025


DavidSpickett wrote:

And if you want to test this, you need Arm's FVP and to add the following shrinkwrap settings:
```
+    -C cluster0.memory_tagging_support_level: 4
+    -C cluster1.memory_tagging_support_level: 4
+    -C bp.dram_metadata.is_enabled: 1
```
I did this on top of the v9.5-a config.

But it should be reviewable by referring to the kernel patches and the core file tests I've added.

https://github.com/llvm/llvm-project/pull/145033


More information about the lldb-commits mailing list