Searched refs:FLTBPT (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fault.h | 49 #define FLTBPT 3 /* Breakpoint instruction */ macro
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | bpt.c | 285 praddset(&faults, FLTBPT); in continue_to_break() 332 (pstatus.pr_lwp.pr_what != FLTBPT)) { in continue_to_break()
|
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_inject.c | 195 if (Pfault(P, FLTBPT, 1) != 0) { in main()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_names.c | 47 case FLTBPT: name = "FLTBPT"; break; in rawfltname()
|
/illumos-gate/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() 589 if (psp->pr_why == PR_FAULTED && psp->pr_what == FLTBPT) in dt_proc_control()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 581 @ MSG_FLTBPT "[ FLTBPT ]" 582 @ MSG_FLTBPT_ALT "FLTBPT"
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 739 (void) Pfault(Proc, FLTBPT, TRUE); in main() 1025 if (what == FLTBPT) { in worker_thread() 1410 Lsp->pr_what == FLTBPT) in worker_thread()
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xsave_util.c | 534 if (Pfault(P, FLTBPT, 1) != 0) { in xsu_proc_bkpt()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 449 (void) Pfault(P, FLTBPT, TRUE); /* always trace breakpoints */ in pt_post_attach() 545 if (psp->pr_why == PR_FAULTED && (psp->pr_what == FLTBPT || in pt_pre_detach() 1550 if (psp->pr_what == FLTBPT) { in pt_print_reason() 3937 if (fault != FLTBPT && fault != FLTTRACE && fault != FLTWATCH) in pt_fault_dtor() 4208 return (psp->pr_why == PR_FAULTED && psp->pr_what == FLTBPT && in pt_brkpt_match()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | trap.c | 1272 fault = FLTBPT; in trap()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | trap.c | 1085 fault = FLTBPT; in trap()
|