Searched refs:T_BREAKPOINT (Results 1 – 8 of 8) sorted by relevance
36 #define T_BREAKPOINT (1) macro55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
61 #define T_BREAKPOINT 0xffff macro62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
42 #define T_BREAKPOINT (SCAUSE_BREAKPOINT) macro67 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
38 #define T_BREAKPOINT (EXCP_BRK) macro 64 (type == T_BREAKPOINT || type == T_HW_BREAKPOINT)
168 return !kgdb_trap(T_BREAKPOINT, frame); in gdb_trapper()326 kdb_trap(T_BREAKPOINT, 0, frame); in undefinedinstruction()
124 case T_BREAKPOINT: return (SIGTRAP); in gdb_cpu_signal()
254 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf); in abort_debug()
1004 type = T_BREAKPOINT; in db_trap_glue()