gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order callback
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 4 May 2022 12:14:22 +0000 (08:14 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 5 May 2022 19:27:26 +0000 (15:27 -0400)
commit6e9cd73eb553c372153d6e9ba4934119623fdad3
tree1eb62a3689f410c6554d8d94bff6502d1a9a6849
parent1653ae5b8440e2182ac86974b99b603bc15aa163
gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order callback

A rather straightforward patch to change an instance of callback +
void pointer to gdb::function_view, allowing pasing lambdas that
capture, and eliminating the need for the untyped pointer.

Change-Id: I73ed644e7849945265a2c763f79f5456695b0037
gdb/findvar.c
gdb/gdbarch-components.py
gdb/gdbarch-gen.h
gdb/gdbarch.c
gdb/gdbarch.h
gdb/objfiles.c
gdb/objfiles.h
gdb/solib-svr4.c
gdb/symtab.c
gdb/windows-tdep.c