Re: Information about .debug and .line section in elf files

2006-06-30 Thread Oliver Eichler
Michael Eager wrote: > 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 fi

Re: Information about .debug and .line section in elf files

2006-06-28 Thread Michael Eager
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

Re: Information about .debug and .line section in elf files

2006-06-28 Thread Saurabh Verma
Hello Olivier, I would suggest looking at ELF and DWARF specifications [1] for the standards documentation, and gcc/dwarf2out.c for the implementation. HTH Best regards saurabh Links: ~ 1. http://refspecs.freestandards.org/ On Wed, 2006-06-28 at 09:01 +0200, Oliver Eichler wrote: >

Information about .debug and .line section in elf files

2006-06-28 Thread Oliver Eichler
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 fo