This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: DWARF file format


Sivakumar <skganesan@yahoo.com> writes:

> Can i produce a DWARF file format (with .dwarf
> extension). In other words is it possible to produce a
> binary file with .dwarf extension. 
> 
> or 
> 
> is this format lies inside the ELF file.

DWARF format describe information which normally resides within the
ELF file.

> Are there any tools to retreive the information from
> the DWARF file format.

The DWARF information is just sections inside the ELF file.  You can
get the raw data using objdump -s.  You can get interpreted data using
readelf --debug-dump.

Ian


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