Searched refs:T_BREAKPOINT (Results 1 – 5 of 5) sorted by relevance
37 #define T_BREAKPOINT (1) macro56 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
40 #define T_BREAKPOINT (EXCP_BRK) macro59 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
159 return !kgdb_trap(T_BREAKPOINT, frame); in gdb_trapper()337 kdb_trap(T_BREAKPOINT, 0, frame); in undefinedinstruction()
127 case T_BREAKPOINT: return (SIGTRAP); in gdb_cpu_signal()
261 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf); in abort_debug()