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

Function db_find_breakpoint_here

freebsd/ddb/db_break.c:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154db_breakpoint_t
155db_find_breakpoint_here(db_addr_t addr)
156{
157 return db_find_breakpoint(db_map_addr(addr), addr);
158}
159
160static bool db_breakpoints_inserted = true;
161

Callers 2

db_stop_at_pcFunction · 0.85
db_restart_at_pcFunction · 0.85

Calls 2

db_find_breakpointFunction · 0.85
db_map_addrFunction · 0.85

Tested by

no test coverage detected