]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r225791:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 11 Oct 2011 13:54:20 +0000 (13:54 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 11 Oct 2011 13:54:20 +0000 (13:54 +0000)
commitebf646e9c2d782b2ffbd2614b0b92076450f274d
tree701055d446a98af45b661697f601e0bd44f950d7
parent4dfd658cd1b253a08a4267e01837fda5e50eee56
MFC r225791:
Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() on
syscall exit path. Otherwise, if SIGTRAP is ignored, that tdsendsignal()
do not want to deliver the signal, and debugger never get a notification
of exec.

git-svn-id: svn://svn.freebsd.org/base/stable/8@226256 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_exec.c
sys/kern/subr_syscall.c