Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_run.c98 bkpt = db_find_breakpoint_here(pc); in db_stop_at_pc()
211 if (watchpt || db_find_breakpoint_here(pc)) { in db_restart_at_pc()
H A Ddb_break.h58 db_breakpoint_t db_find_breakpoint_here(db_addr_t addr);
H A Ddb_break.c189 db_find_breakpoint_here(db_addr_t addr) in db_find_breakpoint_here() function
/freebsd/sys/arm64/arm64/
H A Ddebug_monitor.c310 bkpt = db_find_breakpoint_here(addr); in dbg_show_breakpoint()