[llvm] [lldb] Add release note about ELF `thread siginfo` and negative SI Codes. (PR #141631)

Jacob Lalonde via llvm-commits llvm-commits at lists.llvm.org
Fri May 30 09:08:13 PDT 2025


https://github.com/Jlalond updated https://github.com/llvm/llvm-project/pull/141631

>From 335ed28310c64feab6cf1b563c18da454742d243 Mon Sep 17 00:00:00 2001
From: Jacob Lalonde <jalalonde at fb.com>
Date: Tue, 27 May 2025 09:43:18 -0700
Subject: [PATCH] Make release note for thread siginfo changes and negative
 si_codes

---
 llvm/docs/ReleaseNotes.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index f1d1ce0ada227..2bd370d939c3e 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -279,7 +279,16 @@ 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.
+<<<<<<< HEAD
 * LLDB now supports RISC-V 32-bit ELF core files.
+=======
+* LLDB now supports siginfo descriptions for user-space signals. User space
+  signals will now have descriptions describing the method and sender.
+  ```
+    stop reason = SIGSEGV: sent by tkill system call (sender pid=649752, uid=2667987)
+  ```
+* ELF Cores can now have their siginfo structures inspected using `thread siginfo`.
+>>>>>>> b81ca613f74e (Make release note for thread siginfo changes and negative si_codes)
 
 ### Changes to lldb-dap
 



More information about the llvm-commits mailing list