T_BPTFLT
case T_BPTFLT: /* breakpoint */
if (type == T_BPTFLT && kgdb_disconnected()) {
case T_BPTFLT|T_USER: /* bpt instruction fault */
} else if (type == (T_BPTFLT|T_USER))
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
case T_BPTFLT: /* breakpoint */
if (type == T_BPTFLT && kgdb_disconnected()) {
case T_BPTFLT|T_USER: /* bpt instruction fault */
} else if (type == (T_BPTFLT|T_USER))
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
case T_BPTFLT: /* breakpoint */
case T_BPTFLT|T_USER:
case T_BPTFLT: /* Kernel breakpoint */
case T_BPTFLT: