Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_examine.c57 db_examine_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_examine_cmd() function
H A Ddb_command.c110 { "examine", db_examine_cmd, CS_SET_DOT, NULL },
111 { "x", db_examine_cmd, CS_SET_DOT, NULL },
H A Dddb.h240 db_cmdfcn_t db_examine_cmd; variable