https://bugs.kde.org/show_bug.cgi?id=432215
Bug ID: 432215 Summary: Add debuginfod functionality Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: ame...@redhat.com Target Milestone: --- Created attachment 135243 --> https://bugs.kde.org/attachment.cgi?id=135243&action=edit debuginfod.patch Debuginfod is an client/server in elfutils that automatically distributes DWARF debuginfo to debugging tools across HTTP. Debuginfod functionality in valgrind would allow for debuginfo to be automatically downloaded when valgrind is otherwise unable to locate the file. I've attached a patch that adds the necessary client code to valgrind. To avoid linking a debuginfod shared library we call out to the debuginfod-find command line tool which queries servers for the file in question and, if successful, provides valgrind with the path of the downloaded file. This debuginfo then goes on to be processed like any other. For more information about debuginfod see https://sourceware.org/elfutils/Debuginfod.html -- You are receiving this mail because: You are watching all bug changes.