Searched refs:Pfault (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 114 Pfault;
|
H A D | libproc.h | 297 extern int Pfault(struct ps_prochandle *, int, int);
|
H A D | llib-lproc | 83 int Pfault(struct ps_prochandle *Pr, int which, int stop);
|
H A D | Pcontrol.c | 1082 (void) Pfault(P, 0, FALSE); in Pgrab() 2758 Pfault(struct ps_prochandle *P, int which, int stop) in Pfault() function
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 495 (void) Pfault(P, FLTBPT, B_TRUE); /* always trace breakpoints */ in dt_proc_control() 496 (void) Pfault(P, FLTTRACE, B_TRUE); /* always trace single-step */ in dt_proc_control()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 447 (void) Pfault(P, FLTBPT, TRUE); /* always trace breakpoints */ in pt_post_attach() 448 (void) Pfault(P, FLTWATCH, TRUE); /* always trace watchpoints */ in pt_post_attach() 449 (void) Pfault(P, FLTTRACE, TRUE); /* always trace single-step */ in pt_post_attach() 3855 return (Pfault(P, (intptr_t)args, TRUE) < 0 ? -1 : 0); in pt_fault_ctor() 3867 (void) Pfault(t->t_pshandle, fault, FALSE); in pt_fault_dtor()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 734 (void) Pfault(Proc, FLTBPT, TRUE); in main() 735 (void) Pfault(Proc, FLTTRACE, TRUE); in main()
|