Home
last modified time | relevance | path

Searched refs:T_BREAKPOINT (Results 1 – 25 of 34) sorted by relevance

12

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

12