[llvm] 7abb519 - [lldb] Add release note for Wasm debugging (#151445)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 08:15:27 PDT 2025


Author: Jonas Devlieghere
Date: 2025-07-31T08:15:23-07:00
New Revision: 7abb519e9ecf9368dbc4f346830d786f4638edae

URL: https://github.com/llvm/llvm-project/commit/7abb519e9ecf9368dbc4f346830d786f4638edae
DIFF: https://github.com/llvm/llvm-project/commit/7abb519e9ecf9368dbc4f346830d786f4638edae.diff

LOG: [lldb] Add release note for Wasm debugging (#151445)

Add a release note for Wasm debugging.

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 021f321bd9dc2..0c49fc86a4232 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -137,6 +137,9 @@ Changes to the LLVM tools
 Changes to LLDB
 ---------------------------------
 
+* LLDB can now set breakpoints, show backtraces, and display variables when
+  debugging Wasm with supported runtimes (WAMR and V8).
+
 Changes to BOLT
 ---------------------------------
 


        


More information about the llvm-commits mailing list