Searched refs:NORMAL_STEP (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Dpcb.h58 #define NORMAL_STEP 0x04 /* normal debugger requested single-step */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dpcb.h73 #define NORMAL_STEP 0x10 /* normal debugger-requested single-step */ macro
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c315 lwp->lwp_pcb.pcb_flags |= NORMAL_STEP;
336 ~(REQUEST_STEP|NORMAL_STEP|WATCH_STEP|DEBUG_PENDING);
350 (NORMAL_STEP|WATCH_STEP|DEBUG_PENDING)) != 0);
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c39 (NORMAL_STEP|WATCH_STEP|DEBUG_PENDING)) != 0);
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c733 * If both NORMAL_STEP and WATCH_STEP are in
737 ASSERT(pcb->pcb_flags & (NORMAL_STEP|WATCH_STEP));
739 (pcb->pcb_flags & NORMAL_STEP)) {
745 pcb->pcb_flags &= ~(NORMAL_STEP|WATCH_STEP);
1220 lwp->lwp_pcb.pcb_flags &= ~(NORMAL_STEP|WATCH_STEP);
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c611 lwp->lwp_pcb.pcb_flags |= NORMAL_STEP;
625 lwp->lwp_pcb.pcb_flags &= ~(NORMAL_STEP|WATCH_STEP);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c823 * If both NORMAL_STEP and WATCH_STEP are in
826 * PS_T bit in %efl; treat this as NORMAL_STEP.
829 ((pcb->pcb_flags & NORMAL_STEP) ||
836 pcb->pcb_flags &= ~(DEBUG_PENDING|NORMAL_STEP|WATCH_STEP);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1343 * If both NORMAL_STEP and WATCH_STEP are in effect,
1346 * as NORMAL_STEP.
1349 ((pcb->pcb_flags & NORMAL_STEP) ||
1356 pcb->pcb_flags &= ~(NORMAL_STEP|WATCH_STEP);
1425 lwp->lwp_pcb.pcb_flags &= ~(NORMAL_STEP|WATCH_STEP);
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c470 if (lwp->lwp_pcb.pcb_flags & NORMAL_STEP)
576 if (lwp->lwp_pcb.pcb_flags & NORMAL_STEP) {

Completed in 81 milliseconds