Home
last modified time | relevance | path

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

/linux-3.4.99/include/asm-generic/
Dsiginfo.h226 #define CLD_TRAPPED (__SI_CHLD|4) /* traced child has trapped */ macro
/linux-3.4.99/kernel/
Dsignal.c1777 case CLD_TRAPPED: in do_notify_parent_cldstop()
1989 ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED); in ptrace_notify()
2165 ptrace_stop(signr, CLD_TRAPPED, 0, info); in ptrace_signal()
Dexit.c1453 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()