| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cisco-core.c | 29 #ifndef SIGTRAP 30 # define SIGTRAP 5 macro 198 case 9 : abfd->tdata.cisco_core_data->sig = SIGTRAP; break; 211 case 33: abfd->tdata.cisco_core_data->sig = SIGTRAP; break; 229 #define SIGEMT SIGTRAP
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | intdiv0.m4 | 42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ 43 #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) 44 signal (SIGTRAP, sigfpe_handler);
|
| /mirbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | intdiv0.m4 | 42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ 43 #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) 44 signal (SIGTRAP, sigfpe_handler);
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/signals/ |
| D | signals.c | 292 #if defined (SIGTRAP) in target_signal_from_host() 293 if (hostsig == SIGTRAP) in target_signal_from_host() 545 #if defined (SIGTRAP) in do_target_signal_to_host() 547 return SIGTRAP; in do_target_signal_to_host()
|
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_shell.c | 323 #ifdef SIGTRAP 324 { SIGTRAP, "Trace/BPT trap" },
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | strsignal.c | 96 #if defined (SIGTRAP) 97 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
|
| /mirbsd/src/sbin/dump/ |
| D | main.c | 324 if (signal(SIGTRAP, SIG_IGN) != SIG_IGN) in main() 325 signal(SIGTRAP, sig); in main() 598 case SIGTRAP: in sig()
|
| /mirbsd/src/sys/sys/ |
| D | signal.h | 57 #define SIGTRAP 5 /* trace trap (not reset when caught) */ macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | linux-nat.c | 1250 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP && status >> 16 != 0) in wait_lwp() 1333 if (WSTOPSIG (status) == SIGTRAP) in stop_wait_callback() 1546 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP) in count_events_callback() 1574 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP) in select_event_lwp_callback() 1602 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP in cancel_breakpoints_callback() 1748 if (pid != -1 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP in child_wait() 1994 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP && status >> 16 != 0) in linux_nat_wait() 2213 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP) in linux_nat_wait()
|
| D | lynx-nat.c | 438 && WSTOPSIG (status) == SIGTRAP in child_wait() 460 && WSTOPSIG (status) == SIGTRAP in child_wait()
|
| D | event-top.c | 899 #ifdef SIGTRAP in async_init_signals() 900 signal (SIGTRAP, SIG_DFL); in async_init_signals()
|
| D | sparc-stub.c | 459 {128+1, SIGTRAP}, /* ta 1 - normal breakpoint instruction */
|
| D | ia64-linux-nat.c | 649 if (errno != 0 || siginfo.si_signo != SIGTRAP || in ia64_linux_stopped_data_address()
|
| D | proc-events.c | 1455 #ifdef SIGTRAP 1456 { SIGTRAP, "SIGTRAP", "Trace trap" }, /* not reset when caught */
|
| D | remote-sim.c | 697 case SIGTRAP: in gdbsim_wait()
|
| D | procfs.c | 4062 wstat = (SIGTRAP << 8) | 0177; in procfs_wait() 4187 wstat = (SIGTRAP << 8) | 0177; in procfs_wait() 4192 wstat = (SIGTRAP << 8) | 0177; in procfs_wait() 4213 wstat = (SIGTRAP << 8) | 0177; in procfs_wait()
|
| /mirbsd/src/sys/arch/i386/i386/ |
| D | kgdb_machdep.c | 133 return (SIGTRAP);
|
| D | trap.c | 482 trapsignal(p, SIGTRAP, type &~ T_USER, TRAP_BRKPT, sv); 486 trapsignal(p, SIGTRAP, type &~ T_USER, TRAP_TRACE, sv);
|
| D | vm86.c | 376 trapsignal(p, SIGTRAP, T_TRCTRAP, TRAP_TRACE, sv);
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | kgdb_machdep.c | 206 sigval = SIGTRAP;
|
| /mirbsd/src/sys/miscfs/procfs/ |
| D | procfs_ctl.c | 87 { "trap", SIGTRAP }, { "abrt", SIGABRT },
|
| /mirbsd/src/share/doc/psd/05.sysman/ |
| D | spell.ok | 78 SIGTRAP
|
| /mirbsd/src/usr.bin/pmdb/ |
| D | process.c | 277 case SIGTRAP: in cmd_process_cont()
|
| /mirbsd/src/usr.sbin/pppd/ |
| D | main.c | 375 #ifdef SIGTRAP 376 SIGNAL(SIGTRAP, bad_signal);
|
| /mirbsd/src/sys/kern/ |
| D | kern_exec.c | 621 psignal(p, SIGTRAP);
|