T_BREAKPOINT
case T_BREAKPOINT: /* breakpoint */
db_ktrap(T_BREAKPOINT, frame);
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
db_trap(T_BREAKPOINT, 0);
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
db_trap(T_BREAKPOINT, 0);
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
db_ktrap(T_BREAKPOINT, frame);
db_ktrap(T_BREAKPOINT, frame); /* single-stepping */
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
case T_BREAKPOINT: /* breakpoint */
kdb_trap(T_BREAKPOINT, frame);
((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
#define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
case T_BREAKPOINT: /* breakpoint */
if (type == T_BREAKPOINT) {
case T_BREAKPOINT: