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

/freebsd-13-stable/sys/ddb/
H A Ddb_main.c241 bool bkpt, watchpt; local
251 if (db_stop_at_pc(type, code, &bkpt, &watchpt)) {
262 else if (watchpt)
274 db_restart_at_pc(watchpt);
H A Ddb_run.c220 db_restart_at_pc(bool watchpt) argument
252 if (watchpt || db_find_breakpoint_here(pc)) {
H A Dddb.h214 void db_restart_at_pc(bool watchpt);

Completed in 106 milliseconds