Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/or1k/include/
H A Ddb_machdep.h55 #define DB_TRAP_WATCHPOINT 3 macro
60 ((type) == DB_TRAP_WATCHPOINT)
/netbsd-src/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-src/sys/arch/aarch64/aarch64/
H A Dtrap.c238 kdb_trap(DB_TRAP_WATCHPOINT, tf); in trap_el1h_sync()
H A Ddb_machdep.c1141 case DB_TRAP_WATCHPOINT: in kdb_trap()