提交 f9886bc5 编写于 作者: E Eric W. Biederman

signal: Document the strange si_codes used by ptrace event stops

Signed-off-by: N"Eric W. Biederman" <ebiederm@xmission.com>
上级 deaf19c0
...@@ -225,6 +225,11 @@ typedef struct siginfo { ...@@ -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
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册