Bug 386602

Summary: .build-id/*/*.debug symbols not checked for --extra-debuginfo-path
Product: [Developer tools] valgrind Reporter: Ben Lubar <ben.lubar+kde>
Component: generalAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: wishlist CC: ben.lubar+kde
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: possible implementation

Description Ben Lubar 2017-11-06 19:55:04 UTC
Created attachment 108728 [details]
possible implementation

valgrind currently checks /usr/lib/debug/.build-id/*/*.debug for symbols but not [value of --extra-debuginfo-path]/.build-id/*/*.debug, so symbols added via the --extra-debuginfo-path option must be matched by file path.

gdb supports reading .build-id style debug symbol paths when given a custom debug-file-directory.