Debug Symbols: Difference between revisions
imported>Symphorien gdb is now built with debuginfod support. |
m Add category nixpkgs |
||
(One intermediate revision by one other user not shown) | |||
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. | [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. | ||
[[Category:Nixpkgs]] |