Home
last modified time | relevance | path

Searched refs:breakpoint (Results 1 – 13 of 13) sorted by relevance

/arch/mn10300/kernel/
Dswitch_to.S95 # Remove first breakpoint
109 # Remove second breakpoint
141 # Reinstall first breakpoint
156 # Reinstall second breakpoint
/arch/sh/include/asm/
Dtraps.h15 BUILD_TRAP_HANDLER(breakpoint);
/arch/cris/arch-v10/kernel/
Dirq.c24 extern void breakpoint(void);
233 breakpoint(); in init_IRQ()
Dkgdb.c254 void breakpoint (void); /* called by init/main.c */
1107 breakpoint(void) in breakpoint() function
Dentry.S417 ;; special handlers for breakpoint and NMI
/arch/cris/arch-v32/kernel/
Dirq.c91 extern void breakpoint(void);
517 breakpoint(); in init_IRQ()
Dkgdb.c422 void breakpoint(void);
1585 breakpoint(void) in breakpoint() function
/arch/mn10300/
DKconfig.debug103 bool "Debug GDB stub breakpoint management"
107 breakpoint management.
/arch/sh/kernel/
Dhw_breakpoint.c372 BUILD_TRAP_HANDLER(breakpoint) in BUILD_TRAP_HANDLER() argument
Dptrace_64.c559 BUILD_TRAP_HANDLER(breakpoint) in BUILD_TRAP_HANDLER() argument
/arch/avr32/kernel/
Dentry-avr32b.S837 breakpoint
860 breakpoint
/arch/xtensa/
DKconfig201 it was possible to place a software breakpoint at 'reset' and
213 was mapped gdb wouldn't remove the breakpoint on hitting it as the
/arch/arm/kernel/
Dtraps.c601 case NR(breakpoint): /* SWI BREAK_POINT */ in arm_syscall()