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

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dbpt.c424 flags = PRSTEP | PRCFAULT;
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h326 #define PRSTEP 0x040 /* Direct the lwp to single-step */ macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h325 #define PRSTEP 0x040 /* Direct the lwp to single-step */ macro
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c420 run.pr_flags = PRCFAULT | PRSFAULT | PRSTEP;
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h113 #define PRSTEP 0x04 /* direct the lwp to single-step */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1187 if (flags & ~(PRCSIG|PRCFAULT|PRSTEP|PRSTOP|PRSABORT))
1207 if (flags & PRSTEP) {
1219 if ((pcp->prc_flags & PRC_LWP) || (flags & (PRSTEP|PRSTOP))) {
H A Dprioctl.c3029 if (flags & PRSTEP)
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c352 runctl[2] = (request == 9)? PRSTEP : 0;
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c360 runctl[2] = (request == 9)? PRSTEP : 0;
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c1416 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTEP);
H A Dmain.c1338 * with the PRSTEP flag. We expect to capture it
1345 (void) Lsetrun(Lwp, 0, PRSTEP);
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c2095 int flags) /* PRSTEP|PRSABORT|PRSTOP|PRCSIG|PRCFAULT */
2397 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP;
2591 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP;
3627 int flags) /* PRSTEP|PRSABORT|PRSTOP|PRCSIG|PRCFAULT */
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3646 return (pt_setrun(t, tsp, PRSTEP));

Completed in 101 milliseconds