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

Function db_delete_cmd

freebsd/ddb/db_break.c:269–273  ·  view source on GitHub ↗

Delete breakpoint */ ARGSUSED*/

Source from the content-addressed store, hash-verified

267/* Delete breakpoint */
268/*ARGSUSED*/
269void
270db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
271{
272 db_delete_breakpoint(db_map_addr(addr), (db_addr_t)addr);
273}
274
275/* Set breakpoint with skip count */
276/*ARGSUSED*/

Callers

nothing calls this directly

Calls 2

db_delete_breakpointFunction · 0.85
db_map_addrFunction · 0.85

Tested by

no test coverage detected