Bug 397238 - Look up of separate debuginfo does not search by build-id in --extra-debuginfo-path
Summary: Look up of separate debuginfo does not search by build-id in --extra-debuginf...
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.14 SVN
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-07 11:38 UTC by amc
Modified: 2018-09-03 09:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
[PATCH] Find debuginfo by build-id when using --extra-debuginfo-path (1.46 KB, patch)
2018-08-07 11:38 UTC, amc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description amc 2018-08-07 11:38:56 UTC
Created attachment 114354 [details]
[PATCH] Find debuginfo by build-id when using --extra-debuginfo-path

The option --extra-debuginfo-path fails to look up debug info files by build-id in the specified directory.  This contrasts with GDB's behaviour, so the same set of debuginfo files cannot be used for both.

The attached patch implements this functionality.

Please let me know of any defects or improvements.

Best regards,
Adrián.