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

Function X_db_line_at_pc

freebsd/ddb/db_main.c:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76static struct db_private ksymtab_private;
77
78bool
79X_db_line_at_pc(db_symtab_t *symtab, c_db_sym_t sym, char **file, int *line,
80 db_expr_t off)
81{
82 return (false);
83}
84
85c_db_sym_t
86X_db_lookup(db_symtab_t *symtab, const char *symbol)

Callers 1

db_line_at_pcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected