We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38f357 commit 1f17474Copy full SHA for 1f17474
llvm/docs/ReleaseNotes.md
@@ -326,6 +326,9 @@ Changes to LLDB
326
RISC-V code with `disassemble`'s `--byte` option.
327
* LLDB added native support for the Model Context Protocol (MCP). An MCP
328
server can be started with the `protocol-server start MCP` command.
329
+* On AArch64 Linux, LLDB will now show the state of the `STORE_ONLY` field of
330
+ `mte_ctrl`. This will only be shown on hardware that has the
331
+ `FEAT_MTE_STORE_ONLY` architecture feature.
332
333
334
### Changes to lldb-dap
0 commit comments