Searched refs:db_find_breakpoint_here (Results 1 – 3 of 3) sorted by relevance
63 db_breakpoint_t db_find_breakpoint_here(db_addr_t addr);
126 bkpt = db_find_breakpoint_here(pc); in db_stop_at_pc()252 if (watchpt || db_find_breakpoint_here(pc)) { in db_restart_at_pc()
155 db_find_breakpoint_here(db_addr_t addr) in db_find_breakpoint_here() function