Hi Frank, On Sat, Mar 14, 2026 at 10:59 AM Frank Ch. Eigler <[email protected]> wrote: > I'm not crazy wild about exporting the default progressfn from the > solib, but can see how it makes debuginfod-find.c simpler than having > to replicate that function, so LGTMish. :-)
Another option is to create a libdebuginfodP.h akin to libelfP.h and libdwP.h. This internal header can expose the default progressfn to debuginfod-find without making it part of the public API. However I think it'd be useful if other debuginfod clients could call the default progressfn directly. Aaron
