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

Function db_listbreak_cmd

freebsd/ddb/db_break.c:287–291  ·  view source on GitHub ↗

list breakpoints */

Source from the content-addressed store, hash-verified

285
286/* list breakpoints */
287void
288db_listbreak_cmd(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4)
289{
290 db_list_breakpoints();
291}
292
293/*
294 * We want ddb to be usable before most of the kernel has been

Callers

nothing calls this directly

Calls 1

db_list_breakpointsFunction · 0.85

Tested by

no test coverage detected