Home
last modified time | relevance | path

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

/mirbsd/src/sys/ddb/
Ddb_watch.c55 struct db_watchpoint db_watch_table[NWATCHPOINTS]; variable
56 db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0];
69 if (db_next_free_watchpoint == &db_watch_table[NWATCHPOINTS]) { in db_watchpoint_alloc()