Debug Symbols: Difference between revisions

Pigs (talk | contribs)
m Add category nixpkgs
nixseparatedebuginfo: Update to nixseparatedebuginfod2
 
Line 132: Line 132:


==== nixseparatedebuginfo ====
==== nixseparatedebuginfo ====
[https://github.com/symphorien/nixseparatedebuginfod nixseparatedebuginfod] is a debuginfod server that can download the relevant debug outputs and source files as needed by debuginfod-capable tools. Compared to dwarffs, it does not require root access, and handles debug outputs of derivations not built by hydra (eg locally or on a custom binary cache) and source files. Gdb is built with support for debuginfod, and valgrind has support if you additionally install the bin output of elfutils.
[https://github.com/symphorien/nixseparatedebuginfod2 nixseparatedebuginfod2] is a debuginfod server that can download the relevant debug outputs and source files as needed by debuginfod-capable tools. Compared to dwarffs, it does not require root access, and handles debug outputs of derivations not built by hydra (eg locally or on a custom binary cache) and source files. Gdb is built with support for debuginfod, and valgrind has support if you additionally install the bin output of elfutils.


[[Category:Nixpkgs]]
[[Category:Nixpkgs]]