Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_run.c272 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.c144 DB_CMD("next", db_trace_until_matching_cmd, DB_CMD_MEMSAFE),
145 DB_CMD("match", db_trace_until_matching_cmd, 0),
H A Dddb.h296 db_cmdfcn_t db_trace_until_matching_cmd; variable