Accidentally committed an older version of this comment rather than the
final one.
This commit is contained in:
parent
7e3b216a37
commit
f338f6d0f8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user