This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

dependency analyzer vs. drawf


I had previously written a simple python script that would spit out a
list of all source files given an executable (compiled with -g), using
objdump --stabs.

Now the default debug format seems to be dwarf (linux, gcc-3.2) and my
script no longer works.  Is there anything equivalent that would work
with the new format?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]