Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c49 if (si.si_code != CLD_TRAPPED) in wait_trap()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h287 #define CLD_TRAPPED 4 /* traced child has trapped */ macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c91 if (si.si_code != CLD_TRAPPED) in wait_trap()
/openbmc/linux/kernel/
H A Dsignal.c2210 case CLD_TRAPPED: in do_notify_parent_cldstop()
2392 signr = ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED, message); in ptrace_notify()
2614 signr = ptrace_stop(signr, CLD_TRAPPED, 0, info); in ptrace_signal()
H A Dexit.c1304 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1122 …--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_TRAPPED, si_pid=16967, si_uid=0, si_status=SIGTRAP, si_…