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:
parent
b140096f0d
commit
f5fd04d571
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user