Skip to content

Commit a454eb8

Browse files
AlexeyMerzlyakovDavidSpickett
authored andcommitted
Automerge: [llvm][Docs] Release note for LLDB optionally disabled regsets for RV64 (#123363)
This PR adds the release note point for LLDB 20, discussed in llvm/llvm-project#104547 (comment) for the same ticket --------- Co-authored-by: David Spickett <[email protected]>
2 parents 1b92f80 + ef37c3d commit a454eb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,11 @@ Changes to LLDB
488488
that port to the connection handler processes. This means that only 2 ports need
489489
to be opened in the firewall (one for the `lldb-server` platform, one for gdbserver connections).
490490
In addition, due to this work, `lldb-server` now works on Windows in the server mode.
491+
492+
* 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.
491493

492-
* LLDB now supports execution of user expressions for non-trivial cases for RISC-V
493-
targets, like function calls, when some code needs to be executed on the target.
494+
* LLDB now supports optionally enabled/disabled register sets (particularly floating point registers) for RISC-V 64. This happens for targets like `RV64IMAC` or `RV64IMACV`,
495+
that have no floating point registers. The change is applied to native debugging and core-file usage.
494496

495497
Changes to BOLT
496498
---------------------------------

0 commit comments

Comments
 (0)