* addrmap.h (addrmap_foreach_fn): New typedef.
authorDoug Evans <dje@google.com>
Thu, 7 Oct 2010 17:02:14 +0000 (17:02 +0000)
committerDoug Evans <dje@google.com>
Thu, 7 Oct 2010 17:02:14 +0000 (17:02 +0000)
commit855c153ff2998d1b306a15a8e01ad9ea26e47532
tree09f618ea7194ebb38123a53d670a35a9ab60a6ec
parent94e482001fa9d7a85e52f0be277cac380243a74e
* addrmap.h (addrmap_foreach_fn): New typedef.
(addrmap_foreach): Declare.
* addrmap.c (struct addrmap_funcs): New member foreach.
(addrmap_foreach): New function.
(addrmap_fixed_foreach): New function.
(addrmap_fixed_funcs): Update.
(struct mutable_foreach_data): New struct.
(addrmap_mutable_foreach_worker): New function.
(addrmap_mutable_foreach): New function.
(addrmap_mutable_funcs): Update.
gdb/ChangeLog
gdb/addrmap.c
gdb/addrmap.h