Searched refs:T_BREAKPOINT (Results 1 – 25 of 34) sorted by relevance
12
100 #define T_BREAKPOINT 0x81 /* breakpoint `instruction' */ macro132 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
74 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
111 #define T_BREAKPOINT 0x101 /* breakpoint `instruction' */ macro153 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
98 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
83 #define T_BREAKPOINT (1) macro85 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
82 #define T_BREAKPOINT 0xffff macro83 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
60 #define T_BREAKPOINT T_TRAP15 macro
70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
101 case T_BREAKPOINT: /* breakpoint */ in kdb_trap()319 kdb_trap(T_BREAKPOINT, frame); in db_trapper()
75 case T_BREAKPOINT: in kgdb_signal()
84 case T_BREAKPOINT: /* breakpoint */ in kdb_trap()
302 case T_BREAKPOINT: in kgdb_signal()
507 if (type == T_BREAKPOINT) { in trap()831 case T_BREAKPOINT: in trap()
291 case T_BREAKPOINT: /* breakpoint */ in kdb_trap()
300 case T_BREAKPOINT: in kgdb_signal()
243 if (type == T_BREAKPOINT) { in trap()615 case T_BREAKPOINT: in trap()
242 case T_BREAKPOINT: /* breakpoint */ in kdb_trap()
232 case T_BREAKPOINT: in kgdb_signal()
192 type = T_BREAKPOINT; in ddb_trap_glue()208 if (db_recover != 0 && (type != -1 && type != T_BREAKPOINT)) { in kdb_trap()
84 case T_BREAKPOINT: in kgdb_signal()
205 return !kgdb_trap(T_BREAKPOINT, tf); in gdb_trapper()
529 if (type == T_TRACE || type == T_BREAKPOINT) {
405 | the trap type is either T_TRACE or T_BREAKPOINT.
420 | the trap type is either T_TRACE or T_BREAKPOINT.
587 | the trap type is either T_TRACE or T_BREAKPOINT.