mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 19:55:14 +00:00
Trace code with dc
too, not only ds
(thanks @earada)
This commit is contained in:
parent
79e6dc5dd8
commit
21f857a057
@ -478,6 +478,8 @@ repeat:
|
||||
} else {
|
||||
eprintf("hit breakpoint at: %"PFMT64x"\n",pc);
|
||||
}
|
||||
if (dbg->trace->enabled)
|
||||
r_debug_trace_pc (dbg);
|
||||
// TODO: delegate this to RCore.bphit(RCore, RBreakopintItem)
|
||||
if (dbg->corebind.core && dbg->corebind.bphit) {
|
||||
dbg->corebind.bphit (dbg->corebind.core, b);
|
||||
|
Loading…
x
Reference in New Issue
Block a user