diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2024-12-17 08:48:03 +0100 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2024-12-17 08:48:03 +0100 |
commit | f7f94f99273176f5f6b64f69e01673f935d54cad (patch) | |
tree | 23da14faa6c8d2a5b61b6b5a5463a470eade622e /gdb/python | |
parent | e352e20a3a7294cd05ddf1462c5e242146d5fa07 (diff) | |
download | binutils-f7f94f99273176f5f6b64f69e01673f935d54cad.zip binutils-f7f94f99273176f5f6b64f69e01673f935d54cad.tar.gz binutils-f7f94f99273176f5f6b64f69e01673f935d54cad.tar.bz2 |
gdbserver: rename regcache's registers_valid to registers_fetched
The registers_valid field of the regcache struct is used for tracking
whether we have attempted to fetch all the registers from the target.
Its name does not reflect this well, I think. It falsely gives the
impression that all the registers are valid. This may conflict an
individual register status, which could be REG_UNAVAILABLE. To better
reflect the purpose, rename the field to "registers_fetched".
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions