T_BREAKPOINT
return !kgdb_trap(T_BREAKPOINT, tf);
kdb_trap(T_BREAKPOINT, frame);
case T_BREAKPOINT: /* breakpoint */
case T_BREAKPOINT:
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
case T_BREAKPOINT: /* breakpoint */
[T_BREAKPOINT] = "Breakpoint trap",
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
type = T_BREAKPOINT;
if (db_recover != 0 && (type != -1 && type != T_BREAKPOINT)) {
case T_BREAKPOINT:
((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
#define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
case T_BREAKPOINT: /* breakpoint */
case T_BREAKPOINT:
if (type == T_BREAKPOINT) {
case T_BREAKPOINT:
((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
#define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
case T_BREAKPOINT: /* breakpoint */
case T_BREAKPOINT:
if (type == T_BREAKPOINT) {
case T_BREAKPOINT:
case T_BREAKPOINT: