diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2025-01-29 10:50:31 +0100 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2025-01-29 11:17:34 +0100 |
commit | fe1b4d6dd9e68c80e04776d78b54d3316fdf8883 (patch) | |
tree | 94aa8759b93c7b797400664d1cef1cd6039fc1ed /gdb/source.c | |
parent | b5a42cbfd9643c3c418efc553dd84a9293e0336e (diff) | |
download | binutils-fe1b4d6dd9e68c80e04776d78b54d3316fdf8883.zip binutils-fe1b4d6dd9e68c80e04776d78b54d3316fdf8883.tar.gz binutils-fe1b4d6dd9e68c80e04776d78b54d3316fdf8883.tar.bz2 |
gdbserver: define and use regcache::reset
Define a `reset` method for a regcache and use it for code
simplification. This patch allows further simplification in the next
patch.
The reset method fills the register data with zeroes. For the use in
get_thread_regcache, this is added behavior, making the patch not a
pure refactoring, and may look like extra overhead. However, it is
better to avoid having arbitrary values left in the data buffer.
Hence, it is considered a behavioral improvement.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/source.c')
0 files changed, 0 insertions, 0 deletions