| /f-stack/freebsd/i386/i386/ |
| H A D | gdb_machdep.c | 102 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal() 105 case T_TRCTRAP: return (SIGTRAP); in gdb_cpu_signal() 108 case T_NMI: return (SIGTRAP); in gdb_cpu_signal()
|
| H A D | trap.c | 320 signo = SIGTRAP; in trap() 327 signo = SIGTRAP; in trap() 356 if (signo == SIGTRAP) { in trap() 501 if (signo == SIGTRAP) { in trap() 1135 ksi.ksi_signo = SIGTRAP; in syscall()
|
| H A D | vm86.c | 201 retcode = SIGTRAP; in vm86_emulate()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | gdb_machdep.c | 139 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal() 142 case T_TRCTRAP: return (SIGTRAP); in gdb_cpu_signal() 145 case T_NMI: return (SIGTRAP); in gdb_cpu_signal()
|
| H A D | trap.c | 283 signo = SIGTRAP; in trap() 289 signo = SIGTRAP; in trap() 1164 ksi.ksi_signo = SIGTRAP; in amd64_syscall()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_syscall.c | 99 ptracestop((td), SIGTRAP, NULL); in syscallenter() 230 ksi.ksi_signo = SIGTRAP; in syscallret() 267 ptracestop(td, SIGTRAP, NULL); in syscallret()
|
| H A D | kern_fork.c | 816 ptracestop(td, SIGTRAP, NULL); in fork_rfppwait() 1124 ptracestop(td, SIGTRAP, NULL); in fork_return()
|
| H A D | kern_thr.c | 362 ptracestop(td, SIGTRAP, NULL); in kern_thr_exit()
|
| H A D | kern_sig.c | 218 [SIGTRAP] = SIGPROP_KILL | SIGPROP_CORE,
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_killable.h | 41 #define SHUTDOWN_SIGS (sigmask(SIGKILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) |…
|
| /f-stack/freebsd/arm/arm/ |
| H A D | undefined.c | 151 ksi.ksi_signo = SIGTRAP; in gdb_trapper() 175 ksi.ksi_signo = SIGTRAP; in gdb_trapper()
|
| H A D | gdb_machdep.c | 127 case T_BREAKPOINT: return (SIGTRAP); in gdb_cpu_signal()
|
| H A D | trap-v6.c | 257 call_trapsignal(td, SIGTRAP, TRAP_BRKPT, far, FAULT_DEBUG); in abort_debug()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | gdb_machdep.c | 178 return (SIGTRAP); in gdb_cpu_signal()
|
| H A D | trap.c | 825 i = SIGTRAP; in trap() 866 i = SIGTRAP; in trap()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gdb_machdep.c | 109 return (SIGTRAP); in gdb_cpu_signal()
|
| H A D | trap.c | 534 call_trapsignal(td, SIGTRAP, TRAP_BRKPT, (void *)frame->tf_elr, in do_el0_sync() 539 call_trapsignal(td, SIGTRAP, TRAP_TRACE, (void *)far, in do_el0_sync() 559 call_trapsignal(td, SIGTRAP, TRAP_TRACE, in do_el0_sync()
|
| H A D | undefined.c | 107 ksi.ksi_signo = SIGTRAP; in gdb_trapper()
|
| /f-stack/freebsd/sys/ |
| H A D | rctl.h | 102 #define RCTL_ACTION_SIGTRAP SIGTRAP
|
| H A D | signal.h | 79 #define SIGTRAP 5 /* trace trap (not reset when caught) */ macro
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_syscall.c | 222 ksi.ksi_signo = SIGTRAP; in ia32_syscall()
|