Loading include/uapi/asm-generic/siginfo.h +5 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,11 @@ typedef struct siginfo { #define TRAP_HWBKPT 4 /* hardware breakpoint/watchpoint */ #define NSIGTRAP 4 /* * There are an additional set of SIGTRAP si_codes used by ptrace * that of the form: ((PTRACE_EVENT_XXX << 8) | SIGTRAP) */ /* * SIGCHLD si_codes */ Loading Loading
include/uapi/asm-generic/siginfo.h +5 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,11 @@ typedef struct siginfo { #define TRAP_HWBKPT 4 /* hardware breakpoint/watchpoint */ #define NSIGTRAP 4 /* * There are an additional set of SIGTRAP si_codes used by ptrace * that of the form: ((PTRACE_EVENT_XXX << 8) | SIGTRAP) */ /* * SIGCHLD si_codes */ Loading