Searched refs:last_siginfo (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/
H A Dptrace.c598 if (likely(child->last_siginfo != NULL)) { ptrace_getsiginfo()
599 *info = *child->last_siginfo; ptrace_getsiginfo()
614 if (likely(child->last_siginfo != NULL)) { ptrace_setsiginfo()
615 *child->last_siginfo = *info; ptrace_setsiginfo()
947 si = child->last_siginfo; ptrace_request()
H A Dsignal.c1821 * We always set current->last_siginfo while stopped here.
1862 current->last_siginfo = info;
1933 * last_siginfo, so that we are sure to have synchronized with
1937 current->last_siginfo = NULL;
/linux-4.1.27/include/linux/
H A Dsched.h1570 siginfo_t *last_siginfo; /* For ptrace use. */ member in struct:task_struct

Completed in 112 milliseconds