Trace code with dc too, not only ds (thanks @earada)

This commit is contained in:
pancake 2015-01-30 19:07:33 +01:00
parent 79e6dc5dd8
commit 21f857a057

View File

@ -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);