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

Function dbg_remove_watchpoint

freebsd/arm/arm/debug_monitor.c:347–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347int
348dbg_remove_watchpoint(db_expr_t addr, db_expr_t size __unused)
349{
350 struct dbg_wb_conf conf;
351
352 conf.address = addr;
353 conf.type = DBG_TYPE_WATCHPOINT;
354
355 return (dbg_remove_xpoint(&conf));
356}
357
358static int
359dbg_setup_breakpoint(db_expr_t addr, db_expr_t size, u_int slot)

Callers 1

db_md_clr_watchpointFunction · 0.70

Calls 1

dbg_remove_xpointFunction · 0.85

Tested by

no test coverage detected