Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_md_clr_watchpoint
Function
db_md_clr_watchpoint
freebsd/arm/arm/db_trace.c:137–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
int
138
db_md_clr_watchpoint(db_expr_t addr, db_expr_t size)
139
{
140
141
return (dbg_remove_watchpoint(addr, size));
142
}
143
144
int
145
db_md_set_watchpoint(db_expr_t addr, db_expr_t size)
Callers
1
db_deletehwatch_cmd
Function · 0.50
Calls
1
dbg_remove_watchpoint
Function · 0.70
Tested by
no test coverage detected