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

/netbsd-current/sys/arch/or1k/include/
H A Ddb_machdep.h55 #define DB_TRAP_WATCHPOINT 3 macro
60 ((type) == DB_TRAP_WATCHPOINT)
/netbsd-current/sys/arch/aarch64/include/
H A Ddb_machdep.h100 #define DB_TRAP_WATCHPOINT 3 macro
106 ((type) == DB_TRAP_BREAKPOINT || (type) == DB_TRAP_WATCHPOINT)
/netbsd-current/sys/arch/aarch64/aarch64/
H A Ddb_machdep.c1141 case DB_TRAP_WATCHPOINT:
H A Dtrap.c238 kdb_trap(DB_TRAP_WATCHPOINT, tf);

Completed in 209 milliseconds