[llvm-branch-commits] [lldb] [llvm] Backport Wasm Debugging changes to the LLVM 21.x Release (PR #151559)

David Spickett via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 5 05:30:23 PDT 2025


================
@@ -326,6 +326,8 @@ 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.
+* LLDB can now set breakpoints, show backtraces, and display variables when
+  debugging Wasm with supported runtimes (WAMR and V8).
----------------
DavidSpickett wrote:

@JDevlieghere since this is not going into 21.x can you apply the same release note to main? And if it's there already, just add the process connect command to it.

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


More information about the llvm-branch-commits mailing list