Skip to content

Commit bbb78ee

Browse files
committed
Add release note about thread siginfo and new linux user space signal descriptions
1 parent 9ca41b6 commit bbb78ee

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
@@ -280,6 +280,12 @@ Changes to LLDB
280280
When using reverse execution, `process continue --forward` returns to the
281281
forward execution.
282282
* LLDB now supports RISC-V 32-bit ELF core files.
283+
* LLDB now supports siginfo descriptions for Linux user-space signals. User space
284+
signals will now have descriptions describing the method and sender.
285+
```
286+
stop reason = SIGSEGV: sent by tkill system call (sender pid=649752, uid=2667987)
287+
```
288+
* ELF Cores can now have their siginfo structures inspected using `thread siginfo`.
283289

284290
### Changes to lldb-dap
285291

0 commit comments

Comments
 (0)