Searched refs:T_BREAKPOINT (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/sparc64/include/
H A Ddb_machdep.h55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
H A Dtrap.h78 #define T_BREAKPOINT 43 macro
/freebsd-10-stable/sys/arm/include/
H A Ddb_machdep.h37 #define T_BREAKPOINT (1) macro
53 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
/freebsd-10-stable/sys/powerpc/include/
H A Ddb_machdep.h64 #define T_BREAKPOINT 0xffff macro
65 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/freebsd-10-stable/sys/arm/arm/
H A Dgdb_machdep.c112 case T_BREAKPOINT: return (SIGTRAP);
H A Dundefined.c145 return !kgdb_trap(T_BREAKPOINT, frame);
284 kdb_trap(T_BREAKPOINT, 0, frame);
H A Dtrap-v6.c254 kdb_trap(T_BREAKPOINT, 0, tf);
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dtrap.c342 case T_BREAKPOINT:
H A Dexception.S2030 tl0_gen T_BREAKPOINT ! 0x101
2153 tl1_gen T_BREAKPOINT ! 0x301
/freebsd-10-stable/sys/powerpc/aim/
H A Dmachdep.c760 type = T_BREAKPOINT;

Completed in 185 milliseconds