Bug 386602 - .build-id/*/*.debug symbols not checked for --extra-debuginfo-path
Summary: .build-id/*/*.debug symbols not checked for --extra-debuginfo-path
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-06 19:55 UTC by Ben Lubar
Modified: 2017-11-06 19:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
possible implementation (1.08 KB, patch)
2017-11-06 19:55 UTC, Ben Lubar
Details

Note You need to log in before you can comment on or make changes to this bug.
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.