DIE_TRAP
case DIE_TRAP:
notify_die(DIE_TRAP, "kprobe_trap", regs, address, 0, SIGTRAP);
return (kgdb_loongarch_notify(NULL, DIE_TRAP, &args) == NOTIFY_STOP) ? true : false;
if (notify_die(DIE_TRAP, "Break", regs, bcode,
if (kgdb_ll_trap(DIE_TRAP, str, regs, code, current->thread.trap_nr,
if (notify_die(DIE_TRAP, str, regs, code, current->thread.trap_nr,
if (type == NOT_KGDB_BREAK && cmd == DIE_TRAP)
else if (notify_die(DIE_TRAP, "EBREAK", regs, 0, regs->cause, SIGTRAP)
case DIE_TRAP:
if (notify_die(DIE_TRAP, str, regs, 0, regs->int_code, si_signo) == NOTIFY_STOP)
if (val == DIE_TRAP &&
if (notify_die(DIE_TRAP, "debug trap", regs, 0, vec & 0xff,
if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff,
if (notify_die(DIE_TRAP, "instruction access exception", regs,
if (notify_die(DIE_TRAP, "MCD error", regs, 0, 0x34,
if (notify_die(DIE_TRAP, "instruction access exception", regs,
if (notify_die(DIE_TRAP, "fpu exception ieee", regs,
if (notify_die(DIE_TRAP, "fpu exception other", regs,
if (notify_die(DIE_TRAP, "tagged arithmetic overflow", regs,
if (notify_die(DIE_TRAP, "integer division by zero", regs,
if (notify_die(DIE_TRAP, "illegal instruction", regs,
if (notify_die(DIE_TRAP, "memory address unaligned", regs,
if (notify_die(DIE_TRAP, "memory address unaligned", regs,
if (notify_die(DIE_TRAP, "memory corruption precise exception", regs,
if (notify_die(DIE_TRAP, "privileged operation", regs,
if (notify_die(DIE_TRAP, "data access exception", regs,
if (notify_die(DIE_TRAP, "data access exception", regs,
notify_die(DIE_TRAP, "Correctable ECC Error", regs,
notify_die(DIE_TRAP, "Uncorrectable Error", regs,
if (notify_die(DIE_TRAP, "bad trap", regs,
if (notify_die(DIE_TRAP, str, regs, 0, trapnr,
if (notify_die(DIE_TRAP, "iret exception", regs, 0,
if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) !=
if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP)
notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV);
if (notify_die(DIE_TRAP, "bounds", regs, 0,
case DIE_TRAP: