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

/openbsd-current/sys/arch/powerpc64/include/
H A Ddb_machdep.h56 #define T_BREAKPOINT 0xffff macro
57 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd-current/sys/arch/riscv64/include/
H A Ddb_machdep.h49 #define T_BREAKPOINT (EXCP_BREAKPOINT) macro
66 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h61 #define T_BREAKPOINT (1) macro
63 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h56 #define T_BREAKPOINT 0xffff macro
57 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h63 #define T_BREAKPOINT (1) macro
65 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
/openbsd-current/sys/arch/sparc64/include/
H A Dtrap.h114 #define T_BREAKPOINT 0x101 /* breakpoint `instruction' */ macro
154 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
H A Ddb_machdep.h100 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
/openbsd-current/sys/arch/riscv64/riscv64/
H A Ddb_interface.c128 case T_BREAKPOINT: /* breakpoint */
432 kdb_trap(T_BREAKPOINT, frame);
/openbsd-current/sys/arch/arm/arm/
H A Ddb_interface.c129 case T_BREAKPOINT: /* breakpoint */
355 db_ktrap(T_BREAKPOINT, frame);
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dtrap.c108 db_ktrap(T_BREAKPOINT, frame);
113 db_ktrap(T_BREAKPOINT, frame); /* single-stepping */
/openbsd-current/sys/arch/arm64/arm64/
H A Ddb_interface.c137 case T_BREAKPOINT: /* breakpoint */
508 kdb_trap(T_BREAKPOINT, frame);
/openbsd-current/sys/arch/powerpc/ddb/
H A Ddb_interface.c94 db_trap(T_BREAKPOINT, 0);
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dtrap.c339 if (type == T_BREAKPOINT) {
590 case T_BREAKPOINT:
H A Ddb_interface.c264 case T_BREAKPOINT: /* breakpoint */
H A Dlocore.s749 TRAP T_BREAKPOINT ! 0x101 = pseudo breakpoint instruction
906 TRAP T_BREAKPOINT ! 0x101 = pseudo breakpoint instruction
1024 TRAP T_BREAKPOINT ! 0x101
3250 wrpr %g0, T_BREAKPOINT, %tt
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c457 db_trap(T_BREAKPOINT, 0);

Completed in 303 milliseconds