Home
last modified time | relevance | path

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

/openbsd/sys/ddb/
H A Ddb_watch.c53 #define NWATCHPOINTS 100 macro
54 struct db_watchpoint db_watch_table[NWATCHPOINTS];
68 if (db_next_free_watchpoint == &db_watch_table[NWATCHPOINTS]) { in db_watchpoint_alloc()