gdb: convert reggroup to a C++ class with constructor, etc
authorAndrew Burgess <aburgess@redhat.com>
Thu, 31 Mar 2022 15:44:15 +0000 (16:44 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 7 Apr 2022 15:01:18 +0000 (16:01 +0100)
commitc30c0f062e52b7a827d8571cdafcd04c9e71ab6b
treeee95eb0a08c88b443824ba6fa63fa187f9841c7c
parent3a471c03b06289033972e7d4e72b392e3749a199
gdb: convert reggroup to a C++ class with constructor, etc

Convert the 'struct reggroup' into a real class, with a constructor
and getter methods.

There should be no user visible changes after this commit.
gdb/reggroups.c