Searched refs:db_free_watchpoints (Results 1 – 1 of 1) sorted by relevance
57 static db_watchpoint_t db_free_watchpoints = 0; variable76 if ((watch = db_free_watchpoints) != 0) { in db_watchpoint_alloc()77 db_free_watchpoints = watch->link; in db_watchpoint_alloc()93 watch->link = db_free_watchpoints; in db_watchpoint_free()94 db_free_watchpoints = watch; in db_watchpoint_free()