Commit f9886bc5 authored by Eric W. Biederman's avatar Eric W. Biederman

signal: Document the strange si_codes used by ptrace event stops

Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent deaf19c0
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment