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

/freebsd-10.0-release/sys/ddb/
H A Ddb_main.c199 boolean_t bkpt, watchpt; local
210 watchpt = IS_WATCHPOINT_TRAP(type, code);
223 else if (watchpt)
235 db_restart_at_pc(watchpt);
H A Ddb_run.c183 db_restart_at_pc(watchpt)
184 boolean_t watchpt;
215 if (watchpt || db_find_breakpoint_here(pc)) {
H A Dddb.h207 void db_restart_at_pc(boolean_t watchpt);

Completed in 70 milliseconds