diff options
author | Andrew Burgess <aburgess@redhat.com> | 2022-03-31 11:15:04 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-04-07 16:01:18 +0100 |
commit | b89f77be528605fb1781bdd481c3ba1b9d6afab7 (patch) | |
tree | 6519dfc5836fe4c0800dd04faa61cb42c1c1d634 /gdb/python | |
parent | e7d69e72bfd16113a6bbbebfb8a92126245a4106 (diff) | |
download | binutils-b89f77be528605fb1781bdd481c3ba1b9d6afab7.zip binutils-b89f77be528605fb1781bdd481c3ba1b9d6afab7.tar.gz binutils-b89f77be528605fb1781bdd481c3ba1b9d6afab7.tar.bz2 |
gdb: convert reggroups to use a std::vector
Replace manual linked list with a std::vector. This commit doesn't
change the reggroup_next and reggroup_prev API, but that will change
in a later commit.
This commit is focused on the minimal changes needed to manage the
reggroups using a std::vector, without changing the API exposed by the
reggroup.c file.
There should be no user visible changes after this commit.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions