]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Note that not all optional ptrace events use SIGTRAP.
authorjhb <jhb@FreeBSD.org>
Thu, 28 Jul 2016 20:51:29 +0000 (20:51 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 28 Jul 2016 20:51:29 +0000 (20:51 +0000)
commit21e4e9482d6471376f66bfb18f3dc7e3e6a2120d
tree0d845bcc365f8364f56f58750750acddee74ef05
parent5eb719bd4e0a4d730f8ddb613edba625f6d93424
Note that not all optional ptrace events use SIGTRAP.

New child processes attached due to PTRACE_FORK use SIGSTOP instead of
SIGTRAP.  All other ptrace events use SIGTRAP.
lib/libc/sys/ptrace.2