Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
int
145
db_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
151
int
152
db_trace_thread(struct thread *thr, int count)
Callers
1
db_hwatchpoint_cmd
Function · 0.50
Calls
1
dbg_setup_watchpoint
Function · 0.70
Tested by
no test coverage detected