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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209848

View File

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