Home
last modified time | relevance | path

Searched refs:kgdb_handle_exception (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/arch/powerpc/kernel/
Dkgdb.c120 return !kgdb_handle_exception(1, computeSignal(TRAP(regs)), in kgdb_debugger()
129 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0) in kgdb_handle_breakpoint()
161 kgdb_handle_exception(0, SIGTRAP, 0, regs); in kgdb_singlestep()
174 if (kgdb_handle_exception(0, computeSignal(TRAP(regs)), 0, regs) != 0) in kgdb_iabr_match()
184 if (kgdb_handle_exception(0, computeSignal(TRAP(regs)), 0, regs) != 0) in kgdb_dabr_match()
/linux-3.4.99/arch/arm/kernel/
Dkgdb.c147 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_brk_fn()
155 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_compiled_brk_fn()
188 if (kgdb_handle_exception(1, args->signr, cmd, regs)) in __kgdb_notify()
/linux-3.4.99/arch/sh/kernel/cpu/sh3/
Dex.S30 #define kgdb_handle_exception exception_error macro
/linux-3.4.99/arch/cris/arch-v32/kernel/
Dkgdb.c185 extern void kgdb_handle_exception(void);
1561 set_exception_vector(SER0_INTR_VECT, kgdb_handle_exception); in kgdb_init()
1573 set_exception_vector(SER1_INTR_VECT, kgdb_handle_exception); in kgdb_init()
1585 set_exception_vector(SER2_INTR_VECT, kgdb_handle_exception); in kgdb_init()
1597 set_exception_vector(SER3_INTR_VECT, kgdb_handle_exception); in kgdb_init()
Dkgdb_asm.S11 .globl kgdb_handle_exception
13 kgdb_handle_exception: label
Dentry.S526 ba kgdb_handle_exception ; Go to kernel debugging.
/linux-3.4.99/arch/sh/kernel/
Dkgdb.c263 kgdb_handle_exception(0, SIGTRAP, 0, regs); in BUILD_TRAP_HANDLER()
280 ret = kgdb_handle_exception(args->trapnr & 0xff, args->signr, in __kgdb_notify()
/linux-3.4.99/include/linux/
Dkgdb.h298 kgdb_handle_exception(int ex_vector, int signo, int err_code,
/linux-3.4.99/arch/microblaze/kernel/
Dkgdb.c82 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0) in microblaze_kgdb_break()
/linux-3.4.99/arch/sparc/kernel/
Dkgdb_32.c149 kgdb_handle_exception(0x172, SIGTRAP, 0, regs); in kgdb_trap()
Dkgdb_64.c172 kgdb_handle_exception(0x172, SIGTRAP, 0, regs); in kgdb_trap()
/linux-3.4.99/arch/hexagon/kernel/
Dkgdb.c205 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err, in __kgdb_notify()
Dtraps.c438 kgdb_handle_exception(pt_cause(regs), SIGTRAP, in do_trap0()
/linux-3.4.99/arch/mips/kernel/
Dkgdb.c302 if (kgdb_handle_exception(trap, compute_signal(trap), cmd, regs)) in kgdb_mips_notify()
/linux-3.4.99/arch/blackfin/kernel/
Dtraps.c27 kgdb_handle_exception(trapnr, sig, info.si_code, fp); \
/linux-3.4.99/arch/mn10300/kernel/
Dkgdb.c461 ret = kgdb_handle_exception(excep, signo, si_code, regs); in debugger_intercept()
/linux-3.4.99/kernel/debug/
Ddebug_core.c671 kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs) in kgdb_handle_exception() function
/linux-3.4.99/arch/x86/kernel/
Dkgdb.c564 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs)) in __kgdb_notify()