MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_watchpoint_free

Function db_watchpoint_free

freebsd/ddb/db_watch.c:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static void
91db_watchpoint_free(db_watchpoint_t watch)
92{
93 watch->link = db_free_watchpoints;
94 db_free_watchpoints = watch;
95}
96
97static void
98db_set_watchpoint(vm_map_t map, db_addr_t addr, vm_size_t size)

Callers 1

db_delete_watchpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected