radareorg/radare2

Support interfacing with debuginfod from binutils

Open

#15,853 创建于 2020年1月19日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C (3,229 fork)batch import
DWARFRBindebug-infogood first issuehackaton

仓库指标

Star
 (23,826 star)
PR 合并指标
 (平均合并 16小时 24分钟) (30 天内合并 99 个 PR)

描述

With GNU Binutils 2.34 comes debuginfod support, which is the HTTP server catching our eye while the debuginfod server is distributed as part of the latest elfutils package. This isn't for a general purpose web server thankfully but is an HTTP server for distributing ELF/DWARF debugging information and source code. With debuginfod enabled, Binutils' readelf and objdump utilities can query the HTTP server(s) for debug files that cannot otherwise be found. Enabling this option requires building Binutils using --with-debuginfod.

See https://developers.redhat.com/blog/2019/10/14/introducing-debuginfod-the-elfutils-debuginfo-server/ for more information.

贡献者指南