mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-05 04:56:10 +00:00
use r_debug_step_over in dsf
This commit is contained in:
parent
7b70402037
commit
0baf5d6e9a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user