Searched refs:SIGTRAP (Results 76 - 100 of 110) sorted by relevance

12345

/linux-master/arch/alpha/kernel/
H A Dsignal.c221 /* Send SIGTRAP if we're single-stepping: */
223 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *) regs->pc,
249 /* Send SIGTRAP if we're single-stepping: */
251 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *) regs->pc,
/linux-master/tools/testing/selftests/x86/
H A Damx.c913 raise(SIGTRAP);
919 } while (WSTOPSIG(status) != SIGTRAP);
H A Dsyscall_numbering.c409 if (sh->probing_syscall && WSTOPSIG(wstatus) == SIGTRAP)
H A Dtest_vsyscall.c533 sethandler(SIGTRAP, sigtrap, 0);
/linux-master/kernel/debug/
H A Ddebug_core.c850 if (signo != SIGTRAP && panic_timeout)
922 ks->signo = SIGTRAP;
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c861 * Return 0 if execution can resume, 1 if a SIGTRAP should be
991 hook_debug_fault_code(DBG_ESR_EVT_HWBP, breakpoint_handler, SIGTRAP,
993 hook_debug_fault_code(DBG_ESR_EVT_HWWP, watchpoint_handler, SIGTRAP,
/linux-master/arch/sh/kernel/
H A Dkgdb.c311 kgdb_handle_exception(0, SIGTRAP, 0, regs);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Drun.c433 /* Note: we don't need to force_sig SIGTRAP on single-step
442 force_sig(SIGTRAP);
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c25 static int sig_copyctx = SIGTRAP;
/linux-master/arch/openrisc/kernel/
H A Dtraps.c205 force_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *)regs->pc);
/linux-master/arch/sparc/kernel/
H A Dkprobes.c417 regs, 0, trap_level, SIGTRAP) != NOTIFY_STOP)
H A Dsys_sparc_64.c517 force_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *)regs->tpc);
/linux-master/arch/arc/kernel/
H A Dkprobes.c415 notify_die(DIE_TRAP, "kprobe_trap", regs, address, 0, SIGTRAP);
/linux-master/kernel/
H A Dptrace.c165 if (task->exit_code != ((PTRACE_EVENT_EXEC << 8) | SIGTRAP))
988 case SIGTRAP | 0x80:
1000 case SIGTRAP | (PTRACE_EVENT_SECCOMP << 8):
H A Dsignal.c198 sigmask(SIGTRAP) | sigmask(SIGFPE) | sigmask(SIGSYS))
1816 info.si_signo = SIGTRAP;
1825 * process if SIGTRAP is blocked, however, delivering the signal
1868 info.si_signo = SIGTRAP;
2402 BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP);
2407 signr = ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED, message);
2543 * the stop signal; otherwise, %SIGTRAP.
2560 signr = SIGTRAP;
2951 ptrace_notify(SIGTRAP, 0);
3304 [SIGTRAP]
[all...]
/linux-master/arch/xtensa/kernel/
H A Dtraps.c432 /* If in user mode, send SIGTRAP signal to current process */
434 force_sig(SIGTRAP);
/linux-master/arch/m68k/kernel/
H A Dentry.S278 pea 1 | send SIGTRAP
H A Dtraps.c1093 sig = SIGTRAP;
1097 sig = SIGTRAP;
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c230 DEFINE(_SIGTRAP, SIGTRAP);
/linux-master/arch/s390/kernel/
H A Dcompat_signal.c322 sig == SIGTRAP || sig == SIGFPE) {
H A Dsignal.c353 sig == SIGTRAP || sig == SIGFPE) {
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c1208 hook_fault_code(FAULT_CODE_DEBUG, hw_breakpoint_pending, SIGTRAP,
1210 hook_ifault_code(FAULT_CODE_DEBUG, hw_breakpoint_pending, SIGTRAP,
H A Dptrace.c202 force_sig_fault(SIGTRAP, TRAP_BRKPT,
/linux-master/arch/parisc/kernel/
H A Dptrace.c89 force_sig_fault_to_task(SIGTRAP, TRAP_TRACE,
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c221 /* Wait for the child to SIGTRAP */
226 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGTRAP ||

Completed in 517 milliseconds

12345