https://github.com/pixie-labs/pixie/blob/d9edd5d86db11964c1f00137e691be332cb169d4/src/stirling/obj_tools/elf_tools.cc#L94
The debuginfod protocol/service is a way of letting tools like pixie download dwarf debuginfo on the fly, based on a build-id, from an HTTP server. The elfutils library provides a client side library or command-line tool, or one can make an HTTP request directly. Several distros run servers, and people can run their own.
https://sourceware.org/elfutils/Debuginfod.html
https://github.com/pixie-labs/pixie/blob/d9edd5d86db11964c1f00137e691be332cb169d4/src/stirling/obj_tools/elf_tools.cc#L94
The debuginfod protocol/service is a way of letting tools like pixie download dwarf debuginfo on the fly, based on a build-id, from an HTTP server. The elfutils library provides a client side library or command-line tool, or one can make an HTTP request directly. Several distros run servers, and people can run their own.
https://sourceware.org/elfutils/Debuginfod.html