| /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() 267 if (kgdb_handle_exception(1, args->signr, cmd, regs)) in __kgdb_notify()
|
| /linux/arch/sh/kernel/cpu/sh3/ |
| H A D | ex.S | 27 #define kgdb_handle_exception exception_error macro
|
| /linux/arch/sh/kernel/ |
| H A D | kgdb.c | 311 kgdb_handle_exception(0, SIGTRAP, 0, regs); in BUILD_TRAP_HANDLER() 328 ret = kgdb_handle_exception(args->trapnr & 0xff, args->signr, in __kgdb_notify()
|
| /linux/arch/microblaze/kernel/ |
| H A D | kgdb.c | 84 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0) in microblaze_kgdb_break()
|
| /linux/arch/parisc/kernel/ |
| H A D | toc.c | 87 kgdb_handle_exception(9, SIGTRAP, 0, regs); in toc_intr()
|
| H A D | traps.c | 314 kgdb_handle_exception(9, SIGTRAP, 0, regs); in handle_break() 544 kgdb_handle_exception(0, SIGTRAP, 0, regs); in handle_interruption()
|
| /linux/include/linux/ |
| H A D | kgdb.h | 317 kgdb_handle_exception(int ex_vector, int signo, int err_code,
|
| /linux/arch/nios2/kernel/ |
| H A D | kgdb.c | 141 kgdb_handle_exception(30, SIGTRAP, 0, regs); in kgdb_breakpoint_c()
|
| /linux/arch/sparc/kernel/ |
| H A D | kgdb_32.c | 150 kgdb_handle_exception(trap_level, SIGTRAP, 0, regs); in kgdb_trap()
|
| H A D | kgdb_64.c | 177 kgdb_handle_exception(0x172, SIGTRAP, 0, regs); in kgdb_trap()
|
| /linux/arch/arc/kernel/ |
| H A D | kgdb.c | 181 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_trap()
|
| /linux/arch/hexagon/kernel/ |
| H A D | kgdb.c | 165 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err, in __kgdb_notify()
|
| /linux/kernel/debug/ |
| H A D | debug_core.c | 836 kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs) in kgdb_handle_exception() function 863 NOKPROBE_SYMBOL(kgdb_handle_exception);
|
| /linux/arch/mips/kernel/ |
| H A D | kgdb.c | 309 if (kgdb_handle_exception(trap, compute_signal(trap), cmd, regs)) in kgdb_mips_notify()
|
| /linux/arch/riscv/kernel/ |
| H A D | kgdb.c | 339 if (kgdb_handle_exception(type == KGDB_SW_SINGLE_STEP ? 0 : 1, in kgdb_riscv_notify()
|
| /linux/arch/x86/kernel/ |
| H A D | kgdb.c | 549 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs)) in __kgdb_notify()
|
| /linux/arch/loongarch/kernel/ |
| H A D | kgdb.c | 255 if (kgdb_handle_exception(regs->csr_era == stepped_address ? 0 : args->trapnr, in kgdb_loongarch_notify()
|
| /linux/Documentation/process/debugging/ |
| H A D | kgdb.rst | 731 kgdb_handle_exception() to start kgdb about doing its work
|