Searched refs:db_stop_at_pc (Results 1 – 3 of 3) sorted by relevance
42 int db_stop_at_pc(db_regs_t *, int *);
58 if (db_stop_at_pc(&ddb_regs, &bkpt)) { in db_trap()
71 db_stop_at_pc(db_regs_t *regs, int *is_breakpoint) in db_stop_at_pc() function