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.
@fche Could you provide an instruction of how to install debuginfod on ubuntu? I could not fine such instructions.
Also an instruction for build and run debuginfod from source is also needed for experimentation, as we might need to build docker image of debuginfod to use it on kubernetes cluster.
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
The text was updated successfully, but these errors were encountered: