Related articles |
---|
How to extract debugging information from ELF/DWARF files? joerg.fischer@systemonic.de (2004-03-06) |
Re: How to extract debugging information from ELF/DWARF files? ppluzhnikov@charter.net (Paul Pluzhnikov) (2004-03-11) |
Re: How to extract debugging information from ELF/DWARF files? jcownie@etnus.com (James Cownie) (2004-03-11) |
From: | Paul Pluzhnikov <ppluzhnikov@charter.net> |
Newsgroups: | comp.compilers |
Date: | 11 Mar 2004 12:46:15 -0500 |
Organization: | Posted via Supernews, http://www.supernews.com |
References: | 04-03-028 |
Keywords: | debug, linker |
Posted-Date: | 11 Mar 2004 12:46:15 EST |
joerg.fischer@systemonic.de (Joerg Fischer) writes:
> Unfortunately, the dwarf PDF dwarf-2.0.0.pdf contains no examples how
> to interpret the sections of interest and how to extract information
> in a way dwarfdump does.
For sample code, read the source for readelf/libbfd (GNU readelf
can dump DWARF debug info with 'readelf -w a.out').
Cheers,
Return to the
comp.compilers page.
Search the
comp.compilers archives again.