commit | 2b72890eba0373fee1e5c6f6ac0157782222ef3d | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Thu Mar 31 16:24:32 2022 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Apr 07 16:01:18 2022 +0100 |
tree | 10da945ba80938d6303243732eb1109ac9761eeb | |
parent | 0ee336595924558bde5486becd83a9e4c40059ed [diff] |
gdb: have reggroup_find return a const Update reggroup_find to return a const reggroup *. There are other function in gdb/reggroup.{c,h} files that could benefit from returning const, these will be updated in later commits. There should be no user visible changes after this commit.