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

Function db_breakpoint_free

freebsd/ddb/db_break.c:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82static void
83db_breakpoint_free(db_breakpoint_t bkpt)
84{
85 bkpt->link = db_free_breakpoints;
86 db_free_breakpoints = bkpt;
87}
88
89static void
90db_set_breakpoint(vm_map_t map, db_addr_t addr, int count)

Callers 2

db_delete_breakpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected