Introduce a block iterator wrapper
authorTom Tromey <tom@tromey.com>
Fri, 20 Jan 2023 01:44:38 +0000 (18:44 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 19 Feb 2023 19:51:06 +0000 (12:51 -0700)
commit0f50815c894bea5d8f7c14b7c1639325bd0b4abb
tree75d621675339d458dc531a9747ff10f3b1e010df
parent81326ac076332230286e23d69978cc2698d004b9
Introduce a block iterator wrapper

This introduces a C++-style iterator that wraps the existing
block_iterator.  It also adds a range adapter.  These will be used in
a later patch.
gdb/block.h