Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_run.c97 db_stop_at_pc(int type, int code, bool *is_breakpoint, bool *is_watchpoint) in db_stop_at_pc() function
H A Ddb_main.c251 if (db_stop_at_pc(type, code, &bkpt, &watchpt)) { in db_trap()
H A Dddb.h220 bool db_stop_at_pc(int type, int code, bool *is_breakpoint,