Previously if a .conf file for a library was available, the corresponding DWARF
data would not be parsed. Now I use one to complement the other
&& snip_period(buf));
#if defined(HAVE_LIBDW)
- if (lib->protolib == NULL && lib->dwfl != NULL &&
+ // DWARF data fills in the gaps in the .conf files, so I don't check for
+ // lib->protolib==NULL here
+ if (lib->dwfl != NULL &&
(filter_matches_library(options.plt_filter, lib ) ||
filter_matches_library(options.static_filter, lib ) ||
filter_matches_library(options.export_filter, lib )))