Skip to content

Commit 1a1927a

Browse files
authored
[lldb] Add release note about ELF thread siginfo and negative SI Codes. (#141631)
Adding a release note about adding `thread siginfo` support to `ThreadELFCore` and expanding Linux signals to understand user space signals.
1 parent ee0ccb7 commit 1a1927a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,12 @@ Changes to LLDB
281281
When using reverse execution, `process continue --forward` returns to the
282282
forward execution.
283283
* LLDB now supports RISC-V 32-bit ELF core files.
284+
* LLDB now supports siginfo descriptions for Linux user-space signals. User space
285+
signals will now have descriptions describing the method and sender.
286+
```
287+
stop reason = SIGSEGV: sent by tkill system call (sender pid=649752, uid=2667987)
288+
```
289+
* ELF Cores can now have their siginfo structures inspected using `thread siginfo`.
284290

285291
### Changes to lldb-dap
286292

0 commit comments

Comments
 (0)