Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_watch.c56 static db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0]; variable
80 if (db_next_free_watchpoint == &db_watch_table[NWATCHPOINTS]) { in db_watchpoint_alloc()
84 watch = db_next_free_watchpoint; in db_watchpoint_alloc()
85 db_next_free_watchpoint++; in db_watchpoint_alloc()