Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_break.c270 db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_delete_cmd() function
H A Ddb_command.c116 { "delete", db_delete_cmd, 0, NULL },
117 { "d", db_delete_cmd, 0, NULL },
H A Dddb.h237 db_cmdfcn_t db_delete_cmd; variable