Searched refs:PRSTEP (Results 1 – 13 of 13) sorted by relevance
325 #define PRSTEP 0x040 /* Direct the lwp to single-step */ macro
326 #define PRSTEP 0x040 /* Direct the lwp to single-step */ macro
424 flags = PRSTEP | PRCFAULT; in step_n()
112 #define PRSTEP 0x04 /* direct the lwp to single-step */
1187 if (flags & ~(PRCSIG|PRCFAULT|PRSTEP|PRSTOP|PRSABORT)) in pr_setrun()1207 if (flags & PRSTEP) { in pr_setrun()1219 if ((pcp->prc_flags & PRC_LWP) || (flags & (PRSTEP|PRSTOP))) { in pr_setrun()
3029 if (flags & PRSTEP) in prmaprunflags()
420 run.pr_flags = PRCFAULT | PRSFAULT | PRSTEP; in prb_proc_istepbpt()
360 runctl[2] = (request == 9)? PRSTEP : 0; in ptrace()
352 runctl[2] = (request == 9)? PRSTEP : 0; in ptrace()
2358 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_bkpt()2552 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_wapt()
1416 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTEP); in function_trace()
1344 (void) Lsetrun(Lwp, 0, PRSTEP); in worker_thread()
3646 return (pt_setrun(t, tsp, PRSTEP)); in pt_step()