Home
last modified time | relevance | path

Searched refs:CLD_TRAPPED (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h238 #define CLD_TRAPPED (__SI_CHLD|4) /* traced child has trapped */ macro
/linux-4.4.14/tools/testing/selftests/x86/
Dptrace_syscall.c89 if (si.si_code != CLD_TRAPPED) in wait_trap()
/linux-4.4.14/kernel/
Dsignal.c1713 case CLD_TRAPPED: in do_notify_parent_cldstop()
1920 ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED); in ptrace_notify()
2095 ptrace_stop(signr, CLD_TRAPPED, 0, info); in ptrace_signal()
Dexit.c1208 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()