Home
last modified time | relevance | path

Searched refs:TRAP_BRKPT (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in180 inline int TRAP_BRKPT = @TRAP_BRKPT@; variable
181 #pragma D binding "1.0" TRAP_BRKPT
H A Dprocfs.sed.in150 SED_REPLACE(TRAP_BRKPT)
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h152 #define TRAP_BRKPT 1 /* breakpoint trap */ macro
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg459 @ MSG_SI_TRAP_BRKPT "[ TRAP_BRKPT ]"
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c1357 siginfo.si_code = TRAP_BRKPT; in trap()
/titanic_50/usr/src/uts/sun4/os/
H A Dtrap.c1090 siginfo.si_code = TRAP_BRKPT; in trap()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2864 case TRAP_BRKPT: code = "TRAP_BRKPT"; break; in print_siginfo32()
3022 case TRAP_BRKPT: code = "TRAP_BRKPT"; break; in print_siginfo()