We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca41b6 commit bbb78eeCopy full SHA for bbb78ee
llvm/docs/ReleaseNotes.md
@@ -280,6 +280,12 @@ Changes to LLDB
280
When using reverse execution, `process continue --forward` returns to the
281
forward execution.
282
* 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`.
289
290
### Changes to lldb-dap
291
0 commit comments