Home
last modified time | relevance | path

Searched refs:TRAP_XWATCH (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h156 #define TRAP_XWATCH 5 /* execute access watchpoint trap */ macro
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg463 @ MSG_SI_TRAP_XWATCH "[ TRAP_XWATCH ]"
/titanic_50/usr/src/uts/common/os/
H A Dwatchpoint.c561 rv = TRAP_XWATCH; in pr_is_watchpoint()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2868 case TRAP_XWATCH: code = "TRAP_XWATCH"; break; in print_siginfo32()
3026 case TRAP_XWATCH: code = "TRAP_XWATCH"; break; in print_siginfo()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1530 case TRAP_XWATCH: in pt_print_reason()
4280 if (psp->pr_info.si_code != TRAP_XWATCH) { in pt_wapt_cont()