[llvm] ef37c3d - [llvm][Docs] Release note for LLDB optionally disabled regsets for RV64 (#123363)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 01:30:17 PST 2025
Author: Alexey Merzlyakov
Date: 2025-01-22T09:30:13Z
New Revision: ef37c3dd038da7b7b208b9464f2176ad3988f6f5
URL: https://github.com/llvm/llvm-project/commit/ef37c3dd038da7b7b208b9464f2176ad3988f6f5
DIFF: https://github.com/llvm/llvm-project/commit/ef37c3dd038da7b7b208b9464f2176ad3988f6f5.diff
LOG: [llvm][Docs] Release note for LLDB optionally disabled regsets for RV64 (#123363)
This PR adds the release note point for LLDB 20, discussed in
https://github.com/llvm/llvm-project/pull/104547#issuecomment-2587479877
for the same ticket
---------
Co-authored-by: David Spickett <david.spickett at linaro.org>
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 7f143a2ca688a7..50cdaafcb3bb77 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -488,9 +488,11 @@ Changes to LLDB
that port to the connection handler processes. This means that only 2 ports need
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.
-* 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.
+* LLDB now supports optionally enabled/disabled register sets (particularly floating point registers) for RISC-V 64. This happens for targets like `RV64IMAC` or `RV64IMACV`,
+ that have no floating point registers. The change is applied to native debugging and core-file usage.
Changes to BOLT
---------------------------------
More information about the llvm-commits
mailing list