mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
oops - fix logging for trap net
This commit is contained in:
@@ -3002,12 +3002,12 @@ df_trap_net_from_thread__step_over_line(Arena *arena, DF_Entity *thread)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// rjf: log
|
// rjf: log
|
||||||
|
log_infof(" traps:\n {\n");
|
||||||
for(CTRL_TrapNode *n = result.first; n != 0; n = n->next)
|
for(CTRL_TrapNode *n = result.first; n != 0; n = n->next)
|
||||||
{
|
{
|
||||||
log_infof(" traps:\n {\n");
|
|
||||||
log_infof(" {flags:0x%x, vaddr:0x%I64x}\n", n->v.flags, n->v.vaddr);
|
log_infof(" {flags:0x%x, vaddr:0x%I64x}\n", n->v.flags, n->v.vaddr);
|
||||||
log_infof(" }\n");
|
|
||||||
}
|
}
|
||||||
|
log_infof(" }\n");
|
||||||
|
|
||||||
scratch_end(scratch);
|
scratch_end(scratch);
|
||||||
log_infof("}\n\n");
|
log_infof("}\n\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user