Home
last modified time | relevance | path

Searched refs:T_BREAK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c176 case T_BREAK: in gdb_cpu_signal()
177 case T_BREAK+T_USER: in gdb_cpu_signal()
H A Dtrap.c808 case T_BREAK: in trap()
820 case T_BREAK + T_USER: in trap()
/f-stack/freebsd/mips/include/
H A Ddb_machdep.h58 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK)
H A Dtrap.h61 #define T_BREAK 9 /* Breakpoint */ macro