Searched refs:T_BREAKPOINT (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/sys/arch/powerpc64/include/ |
| D | db_machdep.h | 56 #define T_BREAKPOINT 0xffff macro 57 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
|
| /openbsd/src/sys/arch/powerpc/include/ |
| D | db_machdep.h | 56 #define T_BREAKPOINT 0xffff macro 57 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
|
| /openbsd/src/sys/arch/arm64/include/ |
| D | db_machdep.h | 63 #define T_BREAKPOINT (1) macro 65 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
|
| /openbsd/src/sys/arch/arm/include/ |
| D | db_machdep.h | 61 #define T_BREAKPOINT (1) macro 63 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
|
| /openbsd/src/sys/arch/riscv64/include/ |
| D | db_machdep.h | 49 #define T_BREAKPOINT (EXCP_BREAKPOINT) macro 66 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | trap.h | 114 #define T_BREAKPOINT 0x101 /* breakpoint `instruction' */ macro 154 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
|
| D | db_machdep.h | 100 ((type) == T_BREAKPOINT || (type) == T_KGDB_EXEC)
|
| /openbsd/src/sys/arch/arm/arm/ |
| D | db_interface.c | 129 case T_BREAKPOINT: /* breakpoint */ in db_ktrap() 355 db_ktrap(T_BREAKPOINT, frame); in db_trapper()
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | db_interface.c | 125 case T_BREAKPOINT: /* breakpoint */ in kdb_trap() 429 kdb_trap(T_BREAKPOINT, frame); in db_trapper()
|
| /openbsd/src/sys/arch/powerpc64/powerpc64/ |
| D | trap.c | 108 db_ktrap(T_BREAKPOINT, frame); in trap() 113 db_ktrap(T_BREAKPOINT, frame); /* single-stepping */ in trap()
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | db_interface.c | 137 case T_BREAKPOINT: /* breakpoint */ in kdb_trap() 508 kdb_trap(T_BREAKPOINT, frame); in db_trapper()
|
| /openbsd/src/sys/arch/powerpc/ddb/ |
| D | db_interface.c | 94 db_trap(T_BREAKPOINT, 0); in db_trap_glue()
|
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | trap.c | 339 if (type == T_BREAKPOINT) { in trap() 587 case T_BREAKPOINT: in trap()
|
| D | db_interface.c | 264 case T_BREAKPOINT: /* breakpoint */ in db_ktrap()
|
| D | locore.s | 3243 wrpr %g0, T_BREAKPOINT, %tt
|
| /openbsd/src/sys/arch/powerpc/powerpc/ |
| D | trap.c | 457 db_trap(T_BREAKPOINT, 0); in trap()
|