Correct a check for P2_PTRACE_FSTP in ptracestop().
MFC after: 1 day
This commit is contained in:
parent
b06ccf7919
commit
7f649dda55
@ -2537,7 +2537,7 @@ ptracestop(struct thread *td, int sig)
|
||||
* a chance to report itself upon the next iteration.
|
||||
*/
|
||||
if ((td->td_dbgflags & TDB_FSTP) != 0 ||
|
||||
((p->p_flag & P2_PTRACE_FSTP) == 0 &&
|
||||
((p->p_flag2 & P2_PTRACE_FSTP) == 0 &&
|
||||
p->p_xthread == NULL)) {
|
||||
p->p_xsig = sig;
|
||||
p->p_xthread = td;
|
||||
|
Loading…
Reference in New Issue
Block a user