mirror of https://github.com/pwndbg/pwndbg.git
TLDR: 1. We read registers from `newest_frame` instead of `selected_frame` for GDB>=7.9. 2. We have two ways to fetch registers - `regs.__getitem__` and `regs.__getattr__` - one of them didn't invalidate cache and so after fixing 1st, we still shown the old register after switching frames.pull/641/head
parent
06b7df5095
commit
b02dad2fe0
Loading…
Reference in new issue