Searched refs:DB_TRAP_BREAKPOINT (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/or1k/include/
H A Ddb_machdep.h53 #define DB_TRAP_BREAKPOINT 1 macro
58 ((type) == DB_TRAP_BREAKPOINT || (type) == DB_TRAP_BKPT_INSN)
/netbsd-current/sys/arch/aarch64/include/
H A Ddb_machdep.h98 #define DB_TRAP_BREAKPOINT 1 macro
106 ((type) == DB_TRAP_BREAKPOINT || (type) == DB_TRAP_WATCHPOINT)
/netbsd-current/sys/arch/aarch64/aarch64/
H A Ddb_machdep.c1142 case DB_TRAP_BREAKPOINT:
H A Dtrap.c234 kdb_trap(DB_TRAP_BREAKPOINT, tf);

Completed in 106 milliseconds