mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 01:37:16 +00:00
Comment about how finding debuginfo should really work.
This commit is contained in:
parent
a0ca06df5c
commit
b314ab1be0
@ -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