mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
bsd-user: *BSD specific siginfo defintions
Add FreeBSD, NetBSD and OpenBSD values for the various signal info types and defines to decode different signals to discover more information about the specific signal types. Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
This commit is contained in:
parent
312a0b1cbf
commit
790baacc63
10 changed files with 714 additions and 10 deletions
|
@ -42,6 +42,7 @@ extern enum BSDType bsd_type;
|
|||
#include "syscall_defs.h"
|
||||
#include "target_syscall.h"
|
||||
#include "target_os_vmparam.h"
|
||||
#include "target_os_signal.h"
|
||||
#include "exec/gdbstub.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue