| commit | af7ce09b7685050d2ca1a8a746bb8a8c080fff69 | [log] [tgz] |
|---|---|---|
| author | Andrew Burgess <aburgess@redhat.com> | Thu Mar 31 18:10:34 2022 +0100 |
| committer | Andrew Burgess <aburgess@redhat.com> | Thu Apr 07 16:01:18 2022 +0100 |
| tree | 7f98b85a0c9b02742561f15e09fb66063b0a439f | |
| parent | c30c0f062e52b7a827d8571cdafcd04c9e71ab6b [diff] |
gdb: move struct reggroup into reggroups.h header Move 'struct reggroup' into the reggroups.h header. Remove the reggroup_name and reggroup_type accessor functions, and just use the name/type member functions within 'struct reggroup', update all uses of these removed functions. There should be no user visible changes after this commit.