Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_watch.c55 static struct db_watchpoint db_watch_table[NWATCHPOINTS]; variable
56 static db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0];
80 if (db_next_free_watchpoint == &db_watch_table[NWATCHPOINTS]) { in db_watchpoint_alloc()