[llvm] [lldb] Add release note for riscv32 elf core file support in LLDB (PR #141629)
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 09:27:28 PDT 2025
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/141629
Add a release note for riscv32 elf core file support in LLDB.
>From 949f98f155d77776e08cc7718e3b223d1e36cca6 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Tue, 27 May 2025 09:26:38 -0700
Subject: [PATCH] [lldb] Add release note for riscv32 elf core files
---
llvm/docs/ReleaseNotes.md | 1 +
1 file changed, 1 insertion(+)
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