commit | dd1ae8eaa369ac5c7df7e55c929b42ac8ac44526 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Tue Nov 30 14:18:09 2021 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Feb 24 16:10:29 2022 +0000 |
tree | 4c606731e7d459b85aa1c1317dada957e408bc53 | |
parent | 7ff917016a203cdff3074abfcf96c1553944af94 [diff] |
gdb: use a range based for loop when iterating over an array Make use of a range based for loop to iterate over a static global array, removing the need to have a null entry at the end of the array. There should be no user visible changes after this commit.