use r_debug_step_over in dsf

This commit is contained in:
Lowly Worm 2016-10-29 15:52:12 -07:00
parent 7b70402037
commit 0baf5d6e9a

View File

@ -331,7 +331,7 @@ static int step_until_eof(RCore *core) {
r_cons_break (NULL, NULL);
do {
// XXX (HACK!)
r_core_cmd0 (core, "dso");
r_debug_step_over (core->dbg, 1);
off = r_debug_reg_get (core->dbg, "SP");
// check breakpoint here
} while (off <= now);