Searched refs:DIE_BREAKPOINT (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/arch/mn10300/include/asm/ |
| D | kdebug.h | 18 DIE_BREAKPOINT, enumerator
|
| /linux-4.4.14/arch/avr32/include/asm/ |
| D | kdebug.h | 6 DIE_BREAKPOINT, enumerator
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | kdebug.h | 9 DIE_BREAKPOINT, enumerator
|
| /linux-4.4.14/arch/sh/kernel/ |
| D | hw_breakpoint.c | 376 notify_die(DIE_BREAKPOINT, "breakpoint", regs, 0, ex, SIGTRAP); in BUILD_TRAP_HANDLER() 387 if (val != DIE_BREAKPOINT) in hw_breakpoint_exceptions_notify()
|
| D | kgdb.c | 332 case DIE_BREAKPOINT: in __kgdb_notify()
|
| /linux-4.4.14/arch/avr32/kernel/ |
| D | kprobes.c | 215 case DIE_BREAKPOINT: in kprobe_exceptions_notify()
|
| D | ptrace.c | 250 unsigned long die_val = DIE_BREAKPOINT; in do_debug()
|
| /linux-4.4.14/arch/mn10300/kernel/ |
| D | kprobes.c | 572 case DIE_BREAKPOINT: in kprobe_exceptions_notify()
|
| D | traps.c | 162 if (notify_die(DIE_BREAKPOINT, str, regs, code, 0, 0)) in die_if_no_fixup()
|