diff options
| author | Daniel Jacobowitz <drow@nevyn.them.org> | 2003-01-18 10:40:18 -0500 |
|---|---|---|
| committer | Daniel Jacobowitz <drow@nevyn.them.org> | 2003-01-18 10:40:18 -0500 |
| commit | 1669ce53e2ff7b49a60d0230866d3faee5f45573 (patch) | |
| tree | 91142ab5c0f46caac2583ad81492f3f4e42fdea5 /include/linux/sched.h | |
| parent | 98a3d3b1f9b82e88d4e4a338b20532c628b347e5 (diff) | |
Add PTRACE_GETSIGINFO and PTRACE_SETSIGINFO
These new ptrace commands allow a debugger to control signals more precisely;
for instance, store a signal and deliver it later, as if it had come from the
original outside process or in response to the same faulting memory access.
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 15a951d2d27e..a325e5a8c645 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -400,6 +400,7 @@ struct task_struct { struct backing_dev_info *backing_dev_info; unsigned long ptrace_message; + siginfo_t *last_siginfo; /* For ptrace use. */ }; extern void __put_task_struct(struct task_struct *tsk); |
