[llvm] 0d24130 - [llvm][Docs] Add lldb user expressions related release notes (#123772)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 01:25:47 PST 2025


Author: dlav-sc
Date: 2025-01-22T12:25:44+03:00
New Revision: 0d24130008c61296f6ef80da172f7c6d47337357

URL: https://github.com/llvm/llvm-project/commit/0d24130008c61296f6ef80da172f7c6d47337357
DIFF: https://github.com/llvm/llvm-project/commit/0d24130008c61296f6ef80da172f7c6d47337357.diff

LOG: [llvm][Docs] Add lldb user expressions related release notes (#123772)

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 48f962d212e86d..7f143a2ca688a7 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -489,6 +489,9 @@ Changes to LLDB
   to be opened in the firewall (one for the `lldb-server` platform, one for gdbserver connections).
   In addition, due to this work, `lldb-server` now works on Windows in the server mode.
 
+* LLDB now supports execution of user expressions for non-trivial cases for RISC-V
+  targets, like function calls, when some code needs to be executed on the target.
+
 Changes to BOLT
 ---------------------------------
 


        


More information about the llvm-commits mailing list