Home
last modified time | relevance | path

Searched refs:db_trace_until_matching_cmd (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_run.c382 db_trace_until_matching_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_trace_until_matching_cmd() function
H A Ddb_command.c130 { "next", db_trace_until_matching_cmd,0, NULL },
131 { "match", db_trace_until_matching_cmd,0, NULL },
H A Dddb.h257 db_cmdfcn_t db_trace_until_matching_cmd; variable