Home
last modified time | relevance | path

Searched refs:PRSTEP (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h325 #define PRSTEP 0x040 /* Direct the lwp to single-step */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h326 #define PRSTEP 0x040 /* Direct the lwp to single-step */ macro
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dbpt.c424 flags = PRSTEP | PRCFAULT; in step_n()
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h112 #define PRSTEP 0x04 /* direct the lwp to single-step */
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1187 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()
H A Dprioctl.c3029 if (flags & PRSTEP) in prmaprunflags()
/titanic_50/usr/src/lib/libtnfctl/
H A Dprb_proc.c420 run.pr_flags = PRCFAULT | PRSFAULT | PRSTEP; in prb_proc_istepbpt()
/titanic_50/usr/src/lib/libc/sparc/sys/
H A Dptrace.c360 runctl[2] = (request == 9)? PRSTEP : 0; in ptrace()
/titanic_50/usr/src/lib/libc/i386/sys/
H A Dptrace.c352 runctl[2] = (request == 9)? PRSTEP : 0; in ptrace()
/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.c2358 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_bkpt()
2552 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_wapt()
/titanic_50/usr/src/cmd/truss/
H A Dfcall.c1416 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTEP); in function_trace()
H A Dmain.c1344 (void) Lsetrun(Lwp, 0, PRSTEP); in worker_thread()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3646 return (pt_setrun(t, tsp, PRSTEP)); in pt_step()