Searched refs:db_next_free_watchpoint (Results 1 – 1 of 1) sorted by relevance
56 db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0]; variable69 if (db_next_free_watchpoint == &db_watch_table[NWATCHPOINTS]) { in db_watchpoint_alloc()73 watch = db_next_free_watchpoint; in db_watchpoint_alloc()74 db_next_free_watchpoint++; in db_watchpoint_alloc()