Comment about how finding debuginfo should really work.

git-svn-id: svn://10.0.0.236/trunk@192901 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2006-03-24 02:27:37 +00:00
parent b140096f0d
commit f5fd04d571

View File

@ -94,6 +94,8 @@ sub address_adjustment($) {
# The behavior of this should probably be configurable. It's correct
# for Fedora Core 5's *-debuginfo packages (glibc-debuginfo, etc.).
# See http://sources.redhat.com/gdb/current/onlinedocs/gdb_16.html#SEC152
# for how it ought to work.
sub debuginfo_file_for($) {
my ($file) = @_;
return '/usr/lib/debug/' . $file . '.debug';