Searched refs:T_BREAK (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/mips/mips/
H A Dgdb_machdep.c174 case T_BREAK:
175 case T_BREAK+T_USER:
H A Dtrap.c814 case T_BREAK:
827 case T_BREAK + T_USER:
/freebsd-11.0-release/sys/mips/include/
H A Ddb_machdep.h61 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK)
H A Dtrap.h59 #define T_BREAK 9 /* Breakpoint */ macro
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dcgram.y178 %token T_BREAK
1487 | T_BREAK T_SEMI {
H A Dscan.l203 { "break", T_BREAK, 0, 0, 0, 0, 0, 0 },

Completed in 107 milliseconds