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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_watch.c87 struct db_watchpoint db_watch_table[NWATCHPOINTS]; variable in typeref:struct:db_watchpoint
88 db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0];
130 if (db_next_free_watchpoint == &db_watch_table[NWATCHPOINTS]) {

Completed in 23 milliseconds