Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/powerpc64/include/
Ddb_machdep.h56 #define T_BREAKPOINT 0xffff macro
57 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd/src/sys/arch/powerpc/include/
Ddb_machdep.h56 #define T_BREAKPOINT 0xffff macro
57 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd/src/sys/arch/arm64/include/
Ddb_machdep.h63 #define T_BREAKPOINT (1) macro
65 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd/src/sys/arch/arm/include/
Ddb_machdep.h61 #define T_BREAKPOINT (1) macro
63 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd/src/sys/arch/riscv64/include/
Ddb_machdep.h49 #define T_BREAKPOINT (EXCP_BREAKPOINT) macro
66 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd/src/sys/arch/sparc64/include/
Dtrap.h114 #define T_BREAKPOINT 0x101 /* breakpoint `instruction' */ macro
154 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
Ddb_machdep.h100 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
/openbsd/src/sys/arch/arm/arm/
Ddb_interface.c129 case T_BREAKPOINT: /* breakpoint */ in db_ktrap()
355 db_ktrap(T_BREAKPOINT, frame); in db_trapper()
/openbsd/src/sys/arch/riscv64/riscv64/
Ddb_interface.c125 case T_BREAKPOINT: /* breakpoint */ in kdb_trap()
429 kdb_trap(T_BREAKPOINT, frame); in db_trapper()
/openbsd/src/sys/arch/powerpc64/powerpc64/
Dtrap.c108 db_ktrap(T_BREAKPOINT, frame); in trap()
113 db_ktrap(T_BREAKPOINT, frame); /* single-stepping */ in trap()
/openbsd/src/sys/arch/arm64/arm64/
Ddb_interface.c137 case T_BREAKPOINT: /* breakpoint */ in kdb_trap()
508 kdb_trap(T_BREAKPOINT, frame); in db_trapper()
/openbsd/src/sys/arch/powerpc/ddb/
Ddb_interface.c94 db_trap(T_BREAKPOINT, 0); in db_trap_glue()
/openbsd/src/sys/arch/sparc64/sparc64/
Dtrap.c339 if (type == T_BREAKPOINT) { in trap()
587 case T_BREAKPOINT: in trap()
Ddb_interface.c264 case T_BREAKPOINT: /* breakpoint */ in db_ktrap()
Dlocore.s3243 wrpr %g0, T_BREAKPOINT, %tt
/openbsd/src/sys/arch/powerpc/powerpc/
Dtrap.c457 db_trap(T_BREAKPOINT, 0); in trap()