Add _sigsys info to siginfo struct
authorHannes Domani <ssbssa@yahoo.de>
Tue, 7 Apr 2020 18:57:07 +0000 (20:57 +0200)
committerHannes Domani <ssbssa@yahoo.de>
Sat, 8 Jan 2022 13:17:49 +0000 (14:17 +0100)
commit24fe764c8a14bd519826e7e9af01edff59ab6be3
tree68a32fb7e47095ee9ae7fc73a6be230291ac8d1f
parentbc2e7c7daaae1595288c3ecedd2902c5bed72e79
Add _sigsys info to siginfo struct

This patch adds information about _sigsys structure from newer
kernels, so that $_siginfo decoding can show information about
_sigsys, making it easier for developers to debug seccomp failures.
Requested in PR gdb/24283.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=24283
gdb/linux-tdep.c