diff options
Diffstat (limited to 'misplays.c')
-rw-r--r-- | misplays.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ static void describe_states(struct thread *dbg, PANEL *pan) { static void dump_registers(struct thread *dbg, PANEL *pan) { struct user_regs_struct *regs = &dbg->state->regs; + pprintw(pan, "orig_rax = 0x%016llx\n", regs->orig_rax); pprintw(pan, "rax = 0x%016llx\n", regs->rax); pprintw(pan, "rbx = 0x%016llx\n", regs->rbx); pprintw(pan, "rcx = 0x%016llx\n", regs->rcx); |