Searched refs:watchpt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/ddb/
H A Ddb_trap.c63 bool watchpt; local
68 watchpt = IS_WATCHPOINT_TRAP(type, code);
81 else if (watchpt)
94 db_restart_at_pc(DDB_REGS, watchpt);
H A Ddb_run.c190 db_restart_at_pc(db_regs_t *regs, bool watchpt) argument
227 if (watchpt || db_find_breakpoint_here(pc)) {

Completed in 91 milliseconds