aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2024-12-17 08:48:03 +0100
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2024-12-17 08:48:03 +0100
commitf7f94f99273176f5f6b64f69e01673f935d54cad (patch)
tree23da14faa6c8d2a5b61b6b5a5463a470eade622e /gdb
parente352e20a3a7294cd05ddf1462c5e242146d5fa07 (diff)
downloadbinutils-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')
0 files changed, 0 insertions, 0 deletions