| /linux/arch/sh/kernel/ |
| H A D | traps.c | 143 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 146 force_sig(SIGTRAP); in BUILD_TRAP_HANDLER() 160 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 172 force_sig(SIGTRAP); in BUILD_TRAP_HANDLER()
|
| H A D | hw_breakpoint.c | 341 force_sig_fault(SIGTRAP, TRAP_HWBKPT, in hw_breakpoint_handler() 363 notify_die(DIE_BREAKPOINT, "breakpoint", regs, 0, ex, SIGTRAP); in BUILD_TRAP_HANDLER()
|
| /linux/include/linux/ |
| H A D | ptrace.h | 151 ptrace_notify((event << 8) | SIGTRAP, message); in ptrace_event() 155 send_sig(SIGTRAP, current, 0); in ptrace_event() 345 info.si_signo = SIGTRAP; in user_single_step_report() 415 signr = ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0), in ptrace_report_syscall()
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | remove_on_exec.c | 86 ASSERT_EQ(sigaction(SIGTRAP, &action, &self->oldact), 0); in FIXTURE_SETUP() 96 sigaction(SIGTRAP, &self->oldact, NULL); in FIXTURE_TEARDOWN() 238 if (sigaction(SIGTRAP, &action, NULL)) in exec_child()
|
| H A D | sigtrap_threads.c | 130 ASSERT_EQ(sigaction(SIGTRAP, &action, &self->oldact), 0); in FIXTURE_SETUP() 146 sigaction(SIGTRAP, &self->oldact, NULL); in FIXTURE_TEARDOWN()
|
| /linux/arch/arm64/kernel/ |
| H A D | kgdb.c | 239 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_brk_handler() 247 kgdb_handle_exception(1, SIGTRAP, 0, regs); in NOKPROBE_SYMBOL() 258 kgdb_handle_exception(0, SIGTRAP, 0, regs); in kgdb_single_step_handler()
|
| H A D | debug-monitors.c | 173 arm64_force_sig_fault(SIGTRAP, si_code, instruction_pointer(regs), in send_user_sigtrap() 276 arm64_notify_die("aarch32 BKPT", regs, SIGTRAP, TRAP_BRKPT, regs->pc, esr); in do_bkpt32()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 115 #define STUB_DONE_MASK (1 << SIGTRAP) 614 if (sig == SIGTRAP && proc_data->err != 0) { in userspace() 726 case SIGTRAP: in userspace() 762 case SIGTRAP + 0x80: in userspace() 765 case SIGTRAP: in userspace() 766 relay_signal(SIGTRAP, (struct siginfo *)si, regs, NULL); in userspace()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | perf_skip.c | 50 if (!ASSERT_OK(sigaction(SIGTRAP, &action, &previous_sigtrap), "sigaction")) in serial_test_perf_skip() 136 sigaction(SIGTRAP, &previous_sigtrap, NULL); in serial_test_perf_skip()
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_debugger.c | 73 if (ks->err_code == KDB_REASON_SYSTEM_NMI && ks->signo == SIGTRAP) in kdb_stub() 111 ks->signo == SIGTRAP) { in kdb_stub()
|
| /linux/arch/mips/kernel/ |
| H A D | traps.c | 976 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 981 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 1001 force_sig(SIGTRAP); in do_trap_or_bp() 1016 force_sig(SIGTRAP); in do_trap_or_bp() 1022 force_sig_fault(SIGTRAP, si_code, NULL); in do_trap_or_bp() 1024 force_sig(SIGTRAP); in do_trap_or_bp() 1079 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1085 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1091 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1097 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() [all …]
|
| /linux/arch/um/os-Linux/ |
| H A D | start_up.c | 163 (WSTOPSIG(status) == (SIGTRAP|0x80))) { in check_sysemu() 176 else if (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGTRAP)) in check_sysemu() 216 (WSTOPSIG(status) != (SIGTRAP | 0x80))) in check_ptrace()
|
| /linux/arch/csky/kernel/ |
| H A D | asm-offsets.c | 81 DEFINE(SIGTRAP, SIGTRAP); in main()
|
| H A D | traps.c | 180 send_sig(SIGTRAP, current, 0); in do_trap_bkpt() 202 send_sig(SIGTRAP, current, 0); in do_trap_illinsn()
|
| /linux/arch/arm64/include/asm/ |
| H A D | signal.h | 18 if (sig == SIGTRAP && si_code == TRAP_BRKPT) in arch_untagged_si_addr()
|
| /linux/arch/parisc/kernel/ |
| H A D | traps.c | 279 force_sig_fault(SIGTRAP, wot, in handle_gdb_break() 314 kgdb_handle_exception(9, SIGTRAP, 0, regs); in handle_break() 425 (void)notify_die(DIE_OOPS, msg, regs, 0, code, SIGTRAP); in parisc_terminate() 544 kgdb_handle_exception(0, SIGTRAP, 0, regs); in handle_interruption()
|
| /linux/security/apparmor/include/ |
| H A D | sig_names.h | 14 [SIGTRAP] = 5, /* -, 5, - */
|
| /linux/arch/hexagon/kernel/ |
| H A D | traps.c | 399 force_sig_fault(SIGTRAP, TRAP_BRKPT, in do_trap0() 403 kgdb_handle_exception(pt_cause(regs), SIGTRAP, in do_trap0()
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 22 #define SIGTRAP 5 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 9 #define SIGTRAP 5 macro
|
| /linux/tools/testing/selftests/x86/ |
| H A D | sigtrap_loop.c | 63 sethandler(SIGTRAP, sigtrap, 0); in main()
|
| /linux/include/uapi/asm-generic/ |
| H A D | signal.h | 15 #define SIGTRAP 5 macro
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 30 #define SIGTRAP 5 macro
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 22 #define SIGTRAP 5 macro
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 39 #define SIGTRAP 5 macro
|