Home
last modified time | relevance | path

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

/dflybsd-src/sys/ddb/
H A Ddb_command.c115 { "next", db_trace_until_matching_cmd,0, NULL },
116 { "match", db_trace_until_matching_cmd,0, NULL },
H A Dddb.h136 db_cmdfcn_t db_trace_until_matching_cmd; variable
H A Ddb_run.c345 db_trace_until_matching_cmd(db_expr_t addr, boolean_t have_addr, in db_trace_until_matching_cmd() function