T_BPTFLT          106 arch/i386/i386/db_interface.c 	case T_BPTFLT:	/* breakpoint */
T_BPTFLT          128 arch/i386/i386/kgdb_machdep.c 	case T_BPTFLT:
T_BPTFLT          228 arch/i386/i386/trap.c 			if (type == T_BPTFLT) {
T_BPTFLT          528 arch/i386/i386/trap.c 	case T_BPTFLT|T_USER:		/* bpt instruction fault */
T_BPTFLT           60 arch/i386/include/db_machdep.h #define	IS_BREAKPOINT_TRAP(type, code)	((type) == T_BPTFLT)