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

/openbsd-current/sys/ddb/
H A Ddb_watch.c56 db_watchpoint_t db_free_watchpoints = 0; variable
64 if ((watch = db_free_watchpoints) != 0) {
65 db_free_watchpoints = watch->link;
81 watch->link = db_free_watchpoints;
82 db_free_watchpoints = watch;

Completed in 60 milliseconds