Searched refs:T_BREAK (Results 1 – 4 of 4) sorted by relevance
176 case T_BREAK: in gdb_cpu_signal()177 case T_BREAK+T_USER: in gdb_cpu_signal()
808 case T_BREAK: in trap()820 case T_BREAK + T_USER: in trap()
58 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK)
61 #define T_BREAK 9 /* Breakpoint */ macro