diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2024-12-17 08:48:02 +0100 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2024-12-17 08:48:02 +0100 |
commit | a2cc13fad638aade196f17af044bf16c885624a1 (patch) | |
tree | 9655030f270772b0fcf2cf1f96c820806877b3e5 /gdb/python/python.h | |
parent | 2903d618081ac1897beca4ef5cfdb0550f2569e1 (diff) | |
download | binutils-a2cc13fad638aade196f17af044bf16c885624a1.zip binutils-a2cc13fad638aade196f17af044bf16c885624a1.tar.gz binutils-a2cc13fad638aade196f17af044bf16c885624a1.tar.bz2 |
gdbserver: boolify and defaultize the 'fetch' parameter of get_thread_regcache
Boolify the 'fetch' parameter of the get_thread_regcache function.
All of the current uses pass true for this parameter. Therefore, define
its default value as true and remove the argument from the uses.
We still keep the parameter, though, to give downstream targets the
option to obtain a regcache without having to fetch the whole
contents. Our (Intel) downstream target is an example.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/python/python.h')
0 files changed, 0 insertions, 0 deletions