Searched refs:db_single_step_cmd (Results 1 – 3 of 3) sorted by relevance
229 db_single_step_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_single_step_cmd() function
139 DB_CMD("step", db_single_step_cmd, DB_CMD_MEMSAFE),140 DB_CMD("s", db_single_step_cmd, DB_CMD_MEMSAFE),
293 db_cmdfcn_t db_single_step_cmd; variable