Home
last modified time | relevance | path

Searched refs:db_stop_at_pc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_run.c71 db_stop_at_pc(int type, int code, bool *is_breakpoint, bool *is_watchpoint) in db_stop_at_pc() function
H A Ddb_main.c248 if (db_stop_at_pc(type, code, &bkpt, &watchpt)) { in db_trap()
H A Dddb.h257 bool db_stop_at_pc(int type, int code, bool *is_breakpoint,