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

/freebsd-11-stable/sys/ddb/
H A Ddb_watch.c53 static struct db_watchpoint db_watch_table[NWATCHPOINTS]; variable in typeref:struct:db_watchpoint
54 static db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0];
78 if (db_next_free_watchpoint == &db_watch_table[NWATCHPOINTS]) {

Completed in 130 milliseconds