Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ Changes to LLDB
RISC-V code with `disassemble`'s `--byte` option.
* LLDB added native support for the Model Context Protocol (MCP). An MCP
server can be started with the `protocol-server start MCP` command.
* On AArch64 Linux, LLDB will now show the state of the `STORE_ONLY` field of
`mte_ctrl`. This will only be shown on hardware that has the
`FEAT_MTE_STORE_ONLY` architecture feature.


### Changes to lldb-dap
Expand Down
Loading