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.
thread siginfo
1 parent ee0ccb7 commit 1a1927aCopy full SHA for 1a1927a
llvm/docs/ReleaseNotes.md
@@ -281,6 +281,12 @@ Changes to LLDB
281
When using reverse execution, `process continue --forward` returns to the
282
forward execution.
283
* 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`.
290
291
### Changes to lldb-dap
292
0 commit comments