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

Function db_md_set_watchpoint

freebsd/arm/arm/db_trace.c:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144int
145db_md_set_watchpoint(db_expr_t addr, db_expr_t size)
146{
147
148 return (dbg_setup_watchpoint(addr, size, HW_WATCHPOINT_RW));
149}
150
151int
152db_trace_thread(struct thread *thr, int count)

Callers 1

db_hwatchpoint_cmdFunction · 0.50

Calls 1

dbg_setup_watchpointFunction · 0.70

Tested by

no test coverage detected