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
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
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:
>
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