Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_watch.c58 static db_watchpoint_t db_watchpoint_list = 0;
71 static db_watchpoint_t
74 db_watchpoint_t watch; in db_watchpoint_alloc()
91 db_watchpoint_free(db_watchpoint_t watch) in db_watchpoint_free()
100 db_watchpoint_t watch; in db_set_watchpoint()
140 db_watchpoint_t watch; in db_delete_watchpoint()
141 db_watchpoint_t *prev; in db_delete_watchpoint()
160 db_watchpoint_t watch; in db_list_watchpoints()
225 db_watchpoint_t watch; in db_set_watchpoints()
250 db_watchpoint_t watch; in db_find_watchpoint()
[all …]
H A Ddb_watch.h48 } *db_watchpoint_t; typedef