Accidentally committed an older version of this comment rather than the

final one.
This commit is contained in:
John Baldwin 2010-07-09 13:59:53 +00:00
parent 07b183388a
commit e113db82af

View File

@ -753,10 +753,10 @@ do_execve(td, args, mac_p)
p->p_flag &= ~P_INEXEC; p->p_flag &= ~P_INEXEC;
/* /*
* If tracing the process, trap to debugger so breakpoints * If tracing the process, trap to the debugger so that
* can be set before the program executes. We have to use * breakpoints can be set before the program executes. We
* tdsignal() to deliver the signal to the current thread * have to use tdsignal() to deliver the signal to the current
* since any other threads in this process will exit if * thread since any other threads in this process will exit if
* execve() succeeds. * execve() succeeds.
*/ */
if (p->p_flag & P_TRACED) if (p->p_flag & P_TRACED)