mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-03 13:53:48 +00:00
signal: Document the strange si_codes used by ptrace event stops
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
This commit is contained in:
parent
deaf19c058
commit
f9886bc50a
1 changed files with 5 additions and 0 deletions
|
@ -225,6 +225,11 @@ typedef struct siginfo {
|
||||||
#define TRAP_HWBKPT 4 /* hardware breakpoint/watchpoint */
|
#define TRAP_HWBKPT 4 /* hardware breakpoint/watchpoint */
|
||||||
#define NSIGTRAP 4
|
#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
|
* SIGCHLD si_codes
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue