Re: Automatically fetching Build ID from remote libraries and resole them locally?
"Frank Ch. Eigler via Gdb" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Norbert Lange via Gdb <[email protected]> writes: > [...] > ie. DL only some ELF headers or remotely inspect the Build-ID, > then lookup and resolve the matching library and debuginfo in the > debug-file-directory database. [...] By the way, this part of the problem is solved e.g. using the elfutils debuginfod facility, which is now part of gdb. If gdb can get the buildids, then it can auto-download matching binaries & source code. https://sourceware.org/elfutils/Debuginfod.html - FChE