You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/ReleaseNotes.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -488,9 +488,11 @@ Changes to LLDB
488
488
that port to the connection handler processes. This means that only 2 ports need
489
489
to be opened in the firewall (one for the `lldb-server` platform, one for gdbserver connections).
490
490
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.
491
493
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.
0 commit comments