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

12

/netbsd-current/sys/arch/m68k/include/
H A Dtrap.h60 #define T_BREAKPOINT T_TRAP15 macro
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/netbsd-current/sys/arch/sparc/include/
H A Dtrap.h100 #define T_BREAKPOINT 0x81 /* breakpoint `instruction' */ macro
132 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
H A Ddb_machdep.h74 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
/netbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h83 #define T_BREAKPOINT (1) macro
85 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/netbsd-current/sys/arch/sparc64/include/
H A Dtrap.h111 #define T_BREAKPOINT 0x101 /* breakpoint `instruction' */ macro
153 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
H A Ddb_machdep.h98 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
/netbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h82 #define T_BREAKPOINT 0xffff macro
83 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/netbsd-current/sys/arch/m68k/m68k/
H A Ddb_interface.c84 case T_BREAKPOINT: /* breakpoint */
/netbsd-current/sys/arch/arm/arm32/
H A Dkgdb_machdep.c75 case T_BREAKPOINT:
H A Ddb_interface.c101 case T_BREAKPOINT: /* breakpoint */
319 kdb_trap(T_BREAKPOINT, frame);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dkgdb_machdep.c302 case T_BREAKPOINT:
H A Dtrap.c507 if (type == T_BREAKPOINT) {
831 case T_BREAKPOINT:
905 /* if (type != T_BREAKPOINT) Debugger(); */
1543 /* kdb_trap(T_BREAKPOINT, tf); */
H A Ddb_interface.c291 case T_BREAKPOINT: /* breakpoint */
/netbsd-current/sys/arch/sparc/sparc/
H A Dkgdb_machdep.c300 case T_BREAKPOINT:
H A Ddb_interface.c242 case T_BREAKPOINT: /* breakpoint */
H A Dtrap.c243 if (type == T_BREAKPOINT) {
615 case T_BREAKPOINT:
/netbsd-current/sys/arch/usermode/usermode/
H A Dkgdb_machdep.c84 case T_BREAKPOINT:
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dkgdb_machdep.c231 case T_BREAKPOINT:
H A Ddb_interface.c192 type = T_BREAKPOINT;
208 if (db_recover != 0 && (type != -1 && type != T_BREAKPOINT)) {
/netbsd-current/sys/arch/arm/arm/
H A Dundefined.c205 return !kgdb_trap(T_BREAKPOINT, tf);
/netbsd-current/sys/arch/amiga/amiga/
H A Dtrap.c529 if (type == T_TRACE || type == T_BREAKPOINT) {
/netbsd-current/sys/arch/sun3/sun3/
H A Dlocore.s420 | the trap type is either T_TRACE or T_BREAKPOINT.
/netbsd-current/sys/arch/sun3/sun3x/
H A Dlocore.s405 | the trap type is either T_TRACE or T_BREAKPOINT.
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dlocore.s452 | the trap type is either T_TRACE or T_BREAKPOINT.

Completed in 176 milliseconds

12