On Mon, Feb 27, 2023 at 8:42 PM Aaron Merey via Gdb-patches < gdb-patches@sourceware.org> wrote: > Add new function debuginfod_section_query. This function queries > debuginfod servers for an individual ELF/DWARF section associated with > a given build-id. > > Also check for libdebuginfod version >= 0.188 at configure time. > debuginfod_section_query simply returns -ENOSYS if this condition > is not met. > --- > > I'm excited these series are coming. It's a great improvement to the debuginfod. I currently do have set debuginfod enabled off because of the time it sometimes takes to download all the missing packages.