Home
last modified time | relevance | path

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

/dflybsd-src/sys/ddb/
H A Ddb_watch.c53 static db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0];
54 static db_watchpoint_t db_free_watchpoints = 0;
55 static db_watchpoint_t db_watchpoint_list = 0;
57 static db_watchpoint_t db_watchpoint_alloc (void);
58 static void db_watchpoint_free (db_watchpoint_t watch);
74 static db_watchpoint_t
77 db_watchpoint_t watch; in db_watchpoint_alloc()
94 db_watchpoint_free(db_watchpoint_t watch) in db_watchpoint_free()
103 db_watchpoint_t watch; in db_set_watchpoint()
143 db_watchpoint_t watch; in db_delete_watchpoint()
[all …]
H A Ddb_watch.h54 } *db_watchpoint_t; typedef