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: Information about .debug and .line section in elf files


Oliver Eichler wrote:
Hi,

as the subjects states I try to find information about the .debug and
.line section in elf files. My elf files are build with gcc for ARC. The
 elf man page is quite sparse about these sections. Can anyone give me a
hint where to find more information? Or where to look within the gcc
source for stucture definitions.

These sections contain DWARF debugging information.


You can find documentation about DWARF at dwarf.freestandards.org.

--
Michael Eager	 Chair, DWARF Workgroup   eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


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