/arch/sh/kernel/ |
D | traps.c | 141 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 144 force_sig(SIGTRAP); in BUILD_TRAP_HANDLER() 158 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 170 force_sig(SIGTRAP); in BUILD_TRAP_HANDLER()
|
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()
|
/arch/s390/kernel/ |
D | traps.c | 77 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap() 81 force_sig_fault(SIGTRAP, TRAP_HWBKPT, in do_per_trap() 168 force_sig_fault(SIGTRAP, TRAP_BRKPT, location); in illegal_op() 185 3, SIGTRAP) != NOTIFY_STOP) in illegal_op()
|
/arch/um/os-Linux/ |
D | start_up.c | 179 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGTRAP)) in check_sysemu() 221 (WSTOPSIG(status) == (SIGTRAP|0x80))) { in check_sysemu() 234 else if (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGTRAP)) in check_sysemu() 279 (WSTOPSIG(status) != (SIGTRAP | 0x80))) in check_ptrace()
|
/arch/ia64/kernel/ |
D | brl_emu.c | 206 force_sig_fault(SIGTRAP, TRAP_BRANCH, (void __user *)NULL, in ia64_emulate_brl() 213 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)NULL, in ia64_emulate_brl()
|
D | traps.c | 107 if (notify_die(DIE_BREAK, "break 0", regs, break_num, TRAP_BRKPT, SIGTRAP) in ia64_bad_break() 171 if (notify_die(DIE_BREAK, "bad break", regs, break_num, TRAP_BRKPT, SIGTRAP) in ia64_bad_break() 174 sig = SIGTRAP; code = TRAP_BRKPT; in ia64_bad_break() 541 if (notify_die(DIE_FAULT, "ia64_fault", ®s, vector, si_code, SIGTRAP) in ia64_fault() 544 force_sig_fault(SIGTRAP, si_code, (void __user *) ifa, in ia64_fault()
|
/arch/h8300/kernel/ |
D | ptrace_s.c | 43 force_sig(SIGTRAP); in trace_trap()
|
/arch/csky/kernel/ |
D | traps.c | 130 sig = SIGTRAP; in trap_c() 148 sig = SIGTRAP; in trap_c()
|
D | asm-offsets.c | 82 DEFINE(SIGTRAP, SIGTRAP); in main()
|
/arch/um/os-Linux/skas/ |
D | process.c | 54 #define STUB_DONE_MASK (1 << SIGTRAP) 161 (WSTOPSIG(status) != SIGTRAP + 0x80)) { in handle_trap() 416 case SIGTRAP + 0x80: in userspace() 419 case SIGTRAP: in userspace() 420 relay_signal(SIGTRAP, (struct siginfo *)&si, regs); in userspace()
|
/arch/arm64/kernel/ |
D | kgdb.c | 238 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_brk_fn() 246 kgdb_handle_exception(1, SIGTRAP, 0, regs); in NOKPROBE_SYMBOL() 257 kgdb_handle_exception(0, SIGTRAP, 0, regs); in kgdb_step_brk_fn()
|
D | debug-monitors.c | 237 arm64_force_sig_fault(SIGTRAP, si_code, in send_user_sigtrap() 384 hook_debug_fault_code(DBG_ESR_EVT_HWSS, single_step_handler, SIGTRAP, in debug_traps_init() 386 hook_debug_fault_code(DBG_ESR_EVT_BRK, brk_handler, SIGTRAP, in debug_traps_init()
|
/arch/ia64/include/uapi/asm/ |
D | signal.h | 17 #define SIGTRAP 5 macro
|
/arch/parisc/include/uapi/asm/ |
D | signal.h | 9 #define SIGTRAP 5 macro
|
/arch/s390/include/uapi/asm/ |
D | signal.h | 30 #define SIGTRAP 5 macro
|
/arch/mips/include/uapi/asm/ |
D | signal.h | 29 #define SIGTRAP 5 /* Trace trap (POSIX). */ macro
|
/arch/h8300/include/uapi/asm/ |
D | signal.h | 22 #define SIGTRAP 5 macro
|
/arch/m68k/include/uapi/asm/ |
D | signal.h | 22 #define SIGTRAP 5 macro
|
/arch/arm/include/uapi/asm/ |
D | signal.h | 22 #define SIGTRAP 5 macro
|
/arch/xtensa/include/uapi/asm/ |
D | signal.h | 39 #define SIGTRAP 5 macro
|
/arch/x86/include/uapi/asm/ |
D | signal.h | 27 #define SIGTRAP 5 macro
|
/arch/powerpc/include/uapi/asm/ |
D | signal.h | 25 #define SIGTRAP 5 macro
|
/arch/alpha/include/uapi/asm/ |
D | signal.h | 27 #define SIGTRAP 5 macro
|
/arch/powerpc/kernel/ |
D | traps.c | 104 case SIGTRAP: return "unhandled trap"; in signame() 307 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)regs->nip); in user_single_step_report() 1095 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception() 1105 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception() 1109 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception() 1117 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException() 1131 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception() 1136 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception() 1489 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in program_check_exception() 1505 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception() [all …]
|
/arch/arm/kernel/ |
D | kgdb.c | 144 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_brk_fn() 152 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_compiled_brk_fn()
|