Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ddb/
Ddb_run.c383 db_trace_until_matching_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_trace_until_matching_cmd() function
Ddb_command.c129 { "next", db_trace_until_matching_cmd,0, NULL },
130 { "match", db_trace_until_matching_cmd,0, NULL },
Dddb.h260 db_cmdfcn_t db_trace_until_matching_cmd; variable