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