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

Function db_map_current

freebsd/ddb/db_break.c:307–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307bool
308db_map_current(vm_map_t map)
309{
310#if 0
311 thread_t thread;
312
313 return ((map == NULL) ||
314 (map == kernel_map) ||
315 (((thread = current_thread()) != NULL) &&
316 (map == thread->task->map)));
317#else
318 return (true);
319#endif
320}
321
322vm_map_t
323db_map_addr(vm_offset_t addr)

Callers 4

db_watch.cFile · 0.85
db_set_breakpointsFunction · 0.85
db_clear_breakpointsFunction · 0.85
db_list_breakpointsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected