Bug 11300 - Make the "build ID" method of having separate debug info consider more locations
Summary: Make the "build ID" method of having separate debug info consider more locations
Status: UNCONFIRMED
Alias: None
Product: gdb
Classification: Unclassified
Component: symtab (show other bugs)
Version: 7.1
: P2 normal
Target Milestone: 7.1
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-19 16:51 UTC by Andre'
Modified: 2010-02-19 16:51 UTC (History)
2 users (show)

See Also:
Host: i486-linux-gnu
Target: i486-linux-gnu
Build: i486-linux-gnu
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre' 2010-02-19 16:51:55 UTC
For the "build ID" method of having separate debug info, is
${debug-file-directory}/.build-id/ab/cdef1234.debug is the only location where
the debug info is searched for. Even with the possibility to have several
locations in 
debug-file-directory this is difficult to handle as one needs to know in advance
(a superset of) the set of shared objects that will be loaded.

It would be nice if the build ID method would take the same locations as the
debug-link based variant (which does not scale well to large files due to the
crc computation).