commit | 45a57c1ea82afb1eb4766f115aedadd6efa543c7 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Dec 16 19:57:57 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Thu Feb 08 12:15:39 2024 -0700 |
tree | 46df44a3978dec07203c81a5f293a44d35da83c7 | |
parent | 074b58b4dcbc395633f3bcfa1e4c990e0d942e8e [diff] |
Simplify update_register_data This changes update_register_data to always update the register data. The idea here is that this is really only called when either the desired register group changes, or when gdb transitions from not having a frame to having a frame. show_registers is also simplified slightly to account for this. Tested-By: Tom de Vries <tdevries@suse.de> Reviewed-By: Andrew Burgess <aburgess@redhat.com> Approved-By: Andrew Burgess <aburgess@redhat.com>