support PTRACE_GETSIGINFO and PTRACE_SETSIGINFO

refs #422
This commit is contained in:
Tomoki Shirasawa
2015-03-03 09:54:57 +09:00
parent 1d2f5d9893
commit 8caeba7cba
4 changed files with 96 additions and 6 deletions

View File

@ -386,6 +386,8 @@ struct process {
unsigned long saved_auxv[AUXV_LEN];
unsigned long *ptrace_debugreg; /* debug registers for ptrace */
struct sig_pending *ptrace_recvsig;
struct sig_pending *ptrace_sendsig;
};
struct process_vm {