Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ddb/
Ddb_run.c111 bkpt = db_find_breakpoint_here(pc); in db_stop_at_pc()
213 if (watchpt || db_find_breakpoint_here(pc)) { in db_restart_at_pc()
Ddb_break.h61 db_breakpoint_t db_find_breakpoint_here(db_addr_t addr);
Ddb_break.c153 db_find_breakpoint_here(db_addr_t addr) in db_find_breakpoint_here() function