Home
last modified time | relevance | path

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

/netbsd-src/sys/ddb/
H A Ddb_run.c116 bkpt = db_find_breakpoint_here(pc); in db_stop_at_pc()
227 if (watchpt || db_find_breakpoint_here(pc)) { in db_restart_at_pc()
373 #define db_find_breakpoint_here(pc) (0) macro
422 db_find_breakpoint_here(pc) == 0 && in db_set_single_step()
H A Ddb_break.h52 db_breakpoint_t db_find_breakpoint_here(db_addr_t);
H A Ddb_break.c154 db_find_breakpoint_here(db_addr_t addr) in db_find_breakpoint_here() function