Searched refs:CLD_TRAPPED (Results 1 – 5 of 5) sorted by relevance
49 if (si.si_code != CLD_TRAPPED) in wait_trap()
267 #define CLD_TRAPPED 4 /* traced child has trapped */ macro
91 if (si.si_code != CLD_TRAPPED) in wait_trap()
2051 case CLD_TRAPPED: in do_notify_parent_cldstop()2273 ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED); in ptrace_notify()2485 ptrace_stop(signr, CLD_TRAPPED, 0, info); in ptrace_signal()
1201 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()