/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 103 m_stop_info.signo = SIGTRAP; in SetStoppedByBreakpoint() 109 m_stop_info.signo = SIGTRAP; in SetStoppedByTrace() 115 m_stop_info.signo = SIGTRAP; in SetStoppedByExec() 130 m_stop_info.signo = SIGTRAP; in SetStoppedByWatchpoint() 138 m_stop_info.signo = SIGTRAP; in SetStoppedByFork() 148 m_stop_info.signo = SIGTRAP; in SetStoppedByVFork() 157 m_stop_info.signo = SIGTRAP; in SetStoppedByVForkDone()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeThreadFreeBSD.cpp | 103 m_stop_info.signo = SIGTRAP; in SetStoppedByBreakpoint() 109 m_stop_info.signo = SIGTRAP; in SetStoppedByTrace() 115 m_stop_info.signo = SIGTRAP; in SetStoppedByExec() 130 m_stop_info.signo = SIGTRAP; in SetStoppedByWatchpoint() 138 m_stop_info.signo = SIGTRAP; in SetStoppedByFork() 148 m_stop_info.signo = SIGTRAP; in SetStoppedByVFork() 157 m_stop_info.signo = SIGTRAP; in SetStoppedByVForkDone()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
H A D | NativeThreadOpenBSD.cpp | 63 m_stop_info.signo = SIGTRAP; in SetStoppedByBreakpoint() 69 m_stop_info.signo = SIGTRAP; in SetStoppedByTrace() 75 m_stop_info.signo = SIGTRAP; in SetStoppedByExec()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A 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
|
/openbsd/gnu/usr.bin/texinfo/m4/ |
H A 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);
|
/openbsd/gnu/usr.bin/binutils-2.17/config/ |
H A 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);
|
/openbsd/gnu/gcc/config/ |
H A 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);
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A 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
|
/openbsd/gnu/usr.bin/binutils/gdb/signals/ |
H A 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()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeThreadLinux.cpp | 408 m_stop_info.signo = SIGTRAP; in SetStoppedByBreakpoint() 437 m_stop_info.signo = SIGTRAP; in SetStoppedByWatchpoint() 454 m_stop_info.signo = SIGTRAP; in SetStoppedByTrace() 462 m_stop_info.signo = SIGTRAP; in SetStoppedByFork() 471 m_stop_info.signo = SIGTRAP; in SetStoppedByVForkDone()
|
H A D | NativeProcessLinux.cpp | 454 if (info.si_signo == SIGTRAP) in MonitorCallback() 518 assert(info.si_signo == SIGTRAP && "Unexpected child signal!"); in MonitorSIGTRAP() 521 case (SIGTRAP | (PTRACE_EVENT_FORK << 8)): in MonitorSIGTRAP() 522 case (SIGTRAP | (PTRACE_EVENT_VFORK << 8)): in MonitorSIGTRAP() 523 case (SIGTRAP | (PTRACE_EVENT_CLONE << 8)): { in MonitorSIGTRAP() 543 case (SIGTRAP | (PTRACE_EVENT_EXEC << 8)): { in MonitorSIGTRAP() 544 LLDB_LOG(log, "received exec event, code = {0}", info.si_code ^ SIGTRAP); in MonitorSIGTRAP() 574 case (SIGTRAP | (PTRACE_EVENT_EXIT << 8)): { in MonitorSIGTRAP() 612 case (SIGTRAP | (PTRACE_EVENT_VFORK_DONE << 8)): { in MonitorSIGTRAP() 683 case SIGTRAP: in MonitorSIGTRAP() [all …]
|
H A D | SingleStepCheck.cpp | 124 if (WSTOPSIG(status) != SIGTRAP) { in WorkaroundNeeded()
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | trap.c | 553 sig = SIGTRAP; in m88100_trap() 571 sig = SIGTRAP; in m88100_trap() 575 sig = SIGTRAP; in m88100_trap() 586 sig = SIGTRAP; in m88100_trap() 1093 sig = SIGTRAP; in m88110_trap() 1110 sig = SIGTRAP; in m88110_trap() 1114 sig = SIGTRAP; in m88110_trap() 1124 sig = SIGTRAP; in m88110_trap()
|
/openbsd/gnu/usr.bin/perl/hints/ |
H A D | catamount.sh | 314 case SIGTRAP: 332 signal(SIGTRAP, catasighandle);
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | SysSignal.cpp | 27 case SIGTRAP: in Name()
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/ |
H A D | PosixApi.h | 30 #define SIGTRAP 5 macro
|
/openbsd/usr.bin/file/magdir/ |
H A D | hp | 298 >>>>>>>>>0xC4 belong 5 - received SIGTRAP 317 >>>>>>>>>0xC4 belong 5 - received SIGTRAP 339 >>>>>>>>>0xC4 belong 5 - received SIGTRAP 361 >>>>>>>>>0xC4 belong 5 - received SIGTRAP 383 >>>>>>>>>0xC4 belong 5 - received SIGTRAP 404 >>>>>>>>>0xC4 belong 5 - received SIGTRAP
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | strsignal.c | 92 #if defined (SIGTRAP) 93 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
|
/openbsd/regress/sys/ptrace/ |
H A D | ptrace.c | 51 raise(SIGTRAP); in main()
|
/openbsd/lib/libcrypto/arch/arm/ |
H A D | armcap.c | 53 sigdelset(&all_masked, SIGTRAP); in OPENSSL_cpuid_setup()
|
/openbsd/sys/sys/ |
H A D | signal.h | 55 #define SIGTRAP 5 /* trace trap (not reset when caught) */ macro
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | trap.c | 413 trapsignal(p, SIGTRAP, esr, TRAP_BRKPT, sv); in do_el0_sync() 417 trapsignal(p, SIGTRAP, esr, TRAP_TRACE, sv); in do_el0_sync()
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | trap.c | 357 trapsignal(p, SIGTRAP, 0, TRAP_BRKPT, sv); in trap() 371 trapsignal(p, SIGTRAP, 0, TRAP_TRACE, sv); in trap()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | linux-nat.c | 1190 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP && status >> 16 != 0) in wait_lwp() 1273 if (WSTOPSIG (status) == SIGTRAP) in stop_wait_callback() 1486 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP) in count_events_callback() 1514 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP) in select_event_lwp_callback() 1542 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP in cancel_breakpoints_callback() 1688 if (pid != -1 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP in child_wait() 1934 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP && status >> 16 != 0) in linux_nat_wait() 2153 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP) in linux_nat_wait()
|
/openbsd/sys/arch/arm/arm/ |
H A D | undefined.c | 114 trapsignal(p, SIGTRAP, 0, TRAP_BRKPT, sv); in gdb_trapper()
|