[llvm] 4000113 - [lldb] Add release note for riscv32 elf core file support in LLDB (#141629)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 28 08:40:01 PDT 2025
Author: Jonas Devlieghere
Date: 2025-05-28T08:39:58-07:00
New Revision: 4000113b88b12eeb0c919f753cecc240759eaf3a
URL: https://github.com/llvm/llvm-project/commit/4000113b88b12eeb0c919f753cecc240759eaf3a
DIFF: https://github.com/llvm/llvm-project/commit/4000113b88b12eeb0c919f753cecc240759eaf3a.diff
LOG: [lldb] Add release note for riscv32 elf core file support in LLDB (#141629)
Add a release note for riscv32 elf core file support in LLDB.
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index e590e54f2ccbf..f1d1ce0ada227 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -279,6 +279,7 @@ Changes to LLDB
supporting reverse execution, such as [rr](https://rr-project.org).
When using reverse execution, `process continue --forward` returns to the
forward execution.
+* LLDB now supports RISC-V 32-bit ELF core files.
### Changes to lldb-dap
More information about the llvm-commits
mailing list