Searched hist:e5574e096619bfaceff8d1a394c76c598a8885c4 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_process.c | diff e5574e096619bfaceff8d1a394c76c598a8885c4 Fri Aug 19 19:57:14 CEST 2016 Mark Johnston <markj@FreeBSD.org> Don't set P2_PTRACE_FSTP in a process that invokes ptrace(PT_TRACE_ME).
Such processes are stopped synchronously by a direct call to ptracestop(SIGTRAP) upon exec. P2_PTRACE_FSTP causes the exec()ing thread to suspend itself while waiting for a SIGSTOP that never arrives.
Reviewed by: kib MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D7576
|
H A D | kern_fork.c | diff e5574e096619bfaceff8d1a394c76c598a8885c4 Fri Aug 19 19:57:14 CEST 2016 Mark Johnston <markj@FreeBSD.org> Don't set P2_PTRACE_FSTP in a process that invokes ptrace(PT_TRACE_ME).
Such processes are stopped synchronously by a direct call to ptracestop(SIGTRAP) upon exec. P2_PTRACE_FSTP causes the exec()ing thread to suspend itself while waiting for a SIGSTOP that never arrives.
Reviewed by: kib MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D7576
|
/freebsd/sys/sys/ |
H A D | proc.h | diff e5574e096619bfaceff8d1a394c76c598a8885c4 Fri Aug 19 19:57:14 CEST 2016 Mark Johnston <markj@FreeBSD.org> Don't set P2_PTRACE_FSTP in a process that invokes ptrace(PT_TRACE_ME).
Such processes are stopped synchronously by a direct call to ptracestop(SIGTRAP) upon exec. P2_PTRACE_FSTP causes the exec()ing thread to suspend itself while waiting for a SIGSTOP that never arrives.
Reviewed by: kib MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D7576
|