Searched refs:db_find_breakpoint_here (Results 1 – 3 of 3) sorted by relevance
116 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) macro422 db_find_breakpoint_here(pc) == 0 && in db_set_single_step()
52 db_breakpoint_t db_find_breakpoint_here(db_addr_t);
154 db_find_breakpoint_here(db_addr_t addr) in db_find_breakpoint_here() function