Home
last modified time | relevance | path

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

/openbsd/sys/ddb/
H A Ddb_run.h42 int db_stop_at_pc(db_regs_t *, int *);
H A Ddb_trap.c58 if (db_stop_at_pc(&ddb_regs, &bkpt)) { in db_trap()
H A Ddb_run.c71 db_stop_at_pc(db_regs_t *regs, int *is_breakpoint) in db_stop_at_pc() function