Open
Description
Useful info:
- https://fedoraproject.org/wiki/Packaging:Debuginfo
- https://www.technovelty.org/code/separate-debug-info.html
- https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html
Looks like we want the contents of the .gnu_debuglink
section, and we probably want to validate the CRC too. It seems like maybe we can call out to the find-debuginfo.sh
script?
For MacOS, there doesn't seem to be a section linking to the proper .dSYM bundle. It seems like dsymutil
generates these bundles. Perhaps we will just have to rely on the .dSYM bundle being where we expect it to be?
Metadata
Assignees
Labels
No labels