Use inheritance for addrmap
authorTom Tromey <tom@tromey.com>
Sat, 16 Apr 2022 14:54:32 +0000 (08:54 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 12 Jun 2022 16:49:48 +0000 (10:49 -0600)
commita692aa3f1dc1106edaa0b93b23bd1179a8833548
tree04a0521c2ebf6ead033532ddd3f0844846e39b87
parent9dad432e10a94f63fc6b17d729c9cf8726e03dab
Use inheritance for addrmap

This is a simply C++-ification of the basics of addrmap: it uses
virtual methods rather than a table of function pointers, and it
changes the concrete implementations to be subclasses.
gdb/addrmap.c