Searched refs:REQUEST_NOSTEP (Results 1 – 5 of 5) sorted by relevance
74 #define REQUEST_NOSTEP 0x200 /* request pending to disable single-step */ macro
472 lwp->lwp_pcb.pcb_flags &= ~REQUEST_NOSTEP; in prstep()495 lwp->lwp_pcb.pcb_flags |= REQUEST_NOSTEP; in prnostep()
170 if (!(lwp->lwp_pcb.pcb_flags & REQUEST_NOSTEP)) { in savecontext()474 if (!(lwp->lwp_pcb.pcb_flags & REQUEST_NOSTEP)) { in savecontext32()
683 if (lwp->lwp_pcb.pcb_flags & REQUEST_NOSTEP) { in post_syscall()684 lwp->lwp_pcb.pcb_flags &= ~REQUEST_NOSTEP; in post_syscall()
1434 if (lwp->lwp_pcb.pcb_flags & REQUEST_NOSTEP) { in trap()1435 lwp->lwp_pcb.pcb_flags &= ~REQUEST_NOSTEP; in trap()