Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp103 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 DNativeThreadFreeBSD.cpp103 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 DNativeThreadOpenBSD.cpp63 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 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
/openbsd/gnu/usr.bin/texinfo/m4/
H A 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);
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A 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);
/openbsd/gnu/gcc/config/
H A 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);
/openbsd/gnu/usr.bin/binutils/bfd/
H A 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
/openbsd/gnu/usr.bin/binutils/gdb/signals/
H A 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()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp408 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 DNativeProcessLinux.cpp454 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 DSingleStepCheck.cpp124 if (WSTOPSIG(status) != SIGTRAP) { in WorkaroundNeeded()
/openbsd/sys/arch/m88k/m88k/
H A Dtrap.c553 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 Dcatamount.sh314 case SIGTRAP:
332 signal(SIGTRAP, catasighandle);
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DSysSignal.cpp27 case SIGTRAP: in Name()
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h30 #define SIGTRAP 5 macro
/openbsd/usr.bin/file/magdir/
H A Dhp298 >>>>>>>>>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 Dstrsignal.c92 #if defined (SIGTRAP)
93 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
/openbsd/regress/sys/ptrace/
H A Dptrace.c51 raise(SIGTRAP); in main()
/openbsd/lib/libcrypto/arch/arm/
H A Darmcap.c53 sigdelset(&all_masked, SIGTRAP); in OPENSSL_cpuid_setup()
/openbsd/sys/sys/
H A Dsignal.h55 #define SIGTRAP 5 /* trace trap (not reset when caught) */ macro
/openbsd/sys/arch/arm64/arm64/
H A Dtrap.c413 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 Dtrap.c357 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 Dlinux-nat.c1190 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 Dundefined.c114 trapsignal(p, SIGTRAP, 0, TRAP_BRKPT, sv); in gdb_trapper()

1234