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

12

/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dtrap.h60 #define T_BREAKPOINT T_TRAP15 macro
H A Ddb_machdep.h74 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dtrap.h100 #define T_BREAKPOINT 0x81 /* breakpoint `instruction' */ macro
141 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
H A Ddb_machdep.h76 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Ddb_machdep.h75 #define T_BREAKPOINT (1) macro
77 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dtrap.h110 #define T_BREAKPOINT 0x101 /* breakpoint `instruction' */ macro
152 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
H A Ddb_machdep.h99 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Ddb_machdep.h83 #define T_BREAKPOINT 0xffff macro
84 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Ddb_interface.c87 case T_BREAKPOINT: /* breakpoint */
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dkgdb_machdep.c74 case T_BREAKPOINT:
H A Ddb_interface.c143 case T_BREAKPOINT: /* breakpoint */
384 kdb_trap(T_BREAKPOINT, frame);
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/acorn26/
H A Ddb_interface.c140 case T_BREAKPOINT: /* breakpoint */
269 kdb_trap(T_BREAKPOINT, frame);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dkgdb_machdep.c300 case T_BREAKPOINT:
H A Dtrap.c239 if (type == T_BREAKPOINT) {
629 case T_BREAKPOINT:
H A Dsvr4_machdep.c371 case T_BREAKPOINT:
H A Ddb_interface.c299 case T_BREAKPOINT: /* breakpoint */
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dkgdb_machdep.c302 case T_BREAKPOINT:
H A Dsvr4_32_machdep.c389 case T_BREAKPOINT:
H A Dsvr4_machdep.c406 case T_BREAKPOINT:
H A Dtrap.c496 if (type == T_BREAKPOINT) {
810 case T_BREAKPOINT:
884 /* if (type != T_BREAKPOINT) Debugger(); */
1492 /* kdb_trap(T_BREAKPOINT, tf); */
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dkgdb_machdep.c226 case T_BREAKPOINT:
H A Ddb_interface.c170 type = T_BREAKPOINT;
184 if (db_recover != 0 && (type != -1 && type != T_BREAKPOINT)) {
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dundefined.c203 return !kgdb_trap(T_BREAKPOINT, frame);
/netbsd-6-1-5-RELEASE/sys/arch/amiga/amiga/
H A Dtrap.c536 if (type == T_TRACE || type == T_BREAKPOINT) {
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dlocore.s406 | the trap type is either T_TRACE or T_BREAKPOINT.

Completed in 214 milliseconds

12