[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Dwarf debug information from avr-gcc
From: |
Torleif Sandnes |
Subject: |
Re: [avr-gcc-list] Dwarf debug information from avr-gcc |
Date: |
Tue, 07 Oct 2003 11:03:30 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 |
Is there a particular reason why you're looking for DWARF debug info?
Thank you for your answers.
I am writing an Elf/Dwarf object file parser, so it would be really nice
to have some
objectfiles to test this parser with.
Currently, I am using objectfiles generated on a linux platform for i386
processors. This is obviously not sufficient for testing hardware
specific parts of the parser.
The parser is a means to add ELF/Dwarf support to AVR Studio.
Torleif Sandnes