[PATCH 1/2] ptrace: add ability to retrieve signals without removing from a queue (v4)

2013-03-04 Thread Andrey Vagin
This patch adds a new ptrace request PTRACE_PEEKSIGINFO. This request is used to retrieve information about pending signals starting with the specified sequence number. Siginfo_t structures are copied from the child into the buffer starting at "data". The argument "addr" is a pointer to struct

[PATCH 1/2] ptrace: add ability to retrieve signals without removing from a queue (v4)

2013-03-04 Thread Andrey Vagin
This patch adds a new ptrace request PTRACE_PEEKSIGINFO. This request is used to retrieve information about pending signals starting with the specified sequence number. Siginfo_t structures are copied from the child into the buffer starting at data. The argument addr is a pointer to struct