Home
last modified time | relevance | path

Searched refs:SIGTRAP (Results 1 – 25 of 32) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcisco-core.c29 #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/
Dintdiv0.m442 /* 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/
Dintdiv0.m442 /* 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/
Dsignals.c292 #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/
Dex_shell.c323 #ifdef SIGTRAP
324 { SIGTRAP, "Trace/BPT trap" },
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dstrsignal.c96 #if defined (SIGTRAP)
97 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
/mirbsd/src/sbin/dump/
Dmain.c324 if (signal(SIGTRAP, SIG_IGN) != SIG_IGN) in main()
325 signal(SIGTRAP, sig); in main()
598 case SIGTRAP: in sig()
/mirbsd/src/sys/sys/
Dsignal.h57 #define SIGTRAP 5 /* trace trap (not reset when caught) */ macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dlinux-nat.c1250 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()
Dlynx-nat.c438 && WSTOPSIG (status) == SIGTRAP in child_wait()
460 && WSTOPSIG (status) == SIGTRAP in child_wait()
Devent-top.c899 #ifdef SIGTRAP in async_init_signals()
900 signal (SIGTRAP, SIG_DFL); in async_init_signals()
Dsparc-stub.c459 {128+1, SIGTRAP}, /* ta 1 - normal breakpoint instruction */
Dia64-linux-nat.c649 if (errno != 0 || siginfo.si_signo != SIGTRAP || in ia64_linux_stopped_data_address()
Dproc-events.c1455 #ifdef SIGTRAP
1456 { SIGTRAP, "SIGTRAP", "Trace trap" }, /* not reset when caught */
Dremote-sim.c697 case SIGTRAP: in gdbsim_wait()
Dprocfs.c4062 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/
Dkgdb_machdep.c133 return (SIGTRAP);
Dtrap.c482 trapsignal(p, SIGTRAP, type &~ T_USER, TRAP_BRKPT, sv);
486 trapsignal(p, SIGTRAP, type &~ T_USER, TRAP_TRACE, sv);
Dvm86.c376 trapsignal(p, SIGTRAP, T_TRCTRAP, TRAP_TRACE, sv);
/mirbsd/src/sys/arch/sparc/sparc/
Dkgdb_machdep.c206 sigval = SIGTRAP;
/mirbsd/src/sys/miscfs/procfs/
Dprocfs_ctl.c87 { "trap", SIGTRAP }, { "abrt", SIGABRT },
/mirbsd/src/share/doc/psd/05.sysman/
Dspell.ok78 SIGTRAP
/mirbsd/src/usr.bin/pmdb/
Dprocess.c277 case SIGTRAP: in cmd_process_cont()
/mirbsd/src/usr.sbin/pppd/
Dmain.c375 #ifdef SIGTRAP
376 SIGNAL(SIGTRAP, bad_signal);
/mirbsd/src/sys/kern/
Dkern_exec.c621 psignal(p, SIGTRAP);

12