Searched refs:SIGTRAP (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d31 inline int SIGTRAP = 5;
32 #pragma D binding "1.0" SIGTRAP
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h87 #define SIGTRAP 5 /* trace trap (not reset when caught) */ macro
342 /* Codes for SIGTRAP */
569 #define threadmask (sigmask(SIGILL)|sigmask(SIGTRAP)|\
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c451 case SIGTRAP:
540 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
578 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
808 * SIGTRAP.
810 *unix_signal = SIGTRAP;
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c482 *ux_signal = SIGTRAP;
/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c2711 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
2756 if ((signum != SIGILL) && (signum != SIGTRAP) && (ps->ps_sigreset & mask)) {
H A Dkern_exec.c959 psignal(p, SIGTRAP);
1167 psignal_vfork(p, new_task, thread, SIGTRAP);
2493 psignal_vfork(p, p->task, imgp->ip_new_thread, SIGTRAP);
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c280 sqp->sq_info.si_signo = SIGTRAP;

Completed in 77 milliseconds