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

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 08:01:05 PST 2025


https://github.com/dlav-sc created https://github.com/llvm/llvm-project/pull/123772

None

>From ae7277f92f339e3131a4c04eb7981a838924ca6a Mon Sep 17 00:00:00 2001
From: Daniil Avdeev <daniil.avdeev at syntacore.com>
Date: Tue, 21 Jan 2025 15:57:36 +0000
Subject: [PATCH] [llvm][Docs] Add lldb user expressions related release notes

---
 llvm/docs/ReleaseNotes.md | 3 +++
 1 file changed, 3 insertions(+)

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