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

Function db_stack_trace_all

freebsd/ddb/db_command.c:889–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889static void
890db_stack_trace_all(db_expr_t dummy, bool dummy2, db_expr_t dummy3,
891 char *dummy4)
892{
893
894 _db_stack_trace_all(false);
895}
896
897/*
898 * Take the parsed expression value from the command line that was parsed

Callers

nothing calls this directly

Calls 1

_db_stack_trace_allFunction · 0.85

Tested by

no test coverage detected