The location where objdump (with the -S flag) and co search for the source files
is basically hardcoded into the ELF files. For non-native objdumping (as I need
to do for kerneloops.org but other offline debug processing will have the same
requirements) this hardcoded location does not work out well.
There is -I where a searchpath can be added, but for non-flat-source projects
that does not work well.

It would be nice if there was a prefix that could be passed in (command line or
env var) where objdump would look for said sources, using the ELF hardcoded file
inside the prefix location.

-- 
           Summary: Feature Request: would like an option to provide a
                    prefix for the debug info source
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: arjan at infradead dot org
                CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=9784

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to