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]

Re: dependency analyzer vs. drawf


On Fri, Oct 11, 2002 at 09:24:48AM -0400, Neal D. Becker wrote:
> 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?

Oddly, the debug info dumping has moved to readelf.  readelf -wl should
give you enough information.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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