[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Watching automatic variables in AVR Studio
From: |
Torleif Sandnes |
Subject: |
Re: [avr-gcc-list] Watching automatic variables in AVR Studio |
Date: |
Wed, 20 Apr 2005 08:43:00 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.2 (Windows/20050317) |
E. Weddington wrote:
> Torleif Sandnes wrote:
>
>> Wallace White wrote:
>>
>> > Of course! Turning off optimization did the trick. Did I mention it's
>> > been a couple of years? ;)
>>
>> Theoretically, the Dwarf debug information has arrangements for
>> keeping track of variables through their lifetime in optimized code. I
>> think I could add support for this in AVR Studio if avr-gcc put this
>> information in the object files.
>>
> Hi Torleif,
>
> If it can be done with DWARF2 and it's not in avr-gcc, then of course
> please fill out a GCC bug report.
Yeah, sorry. Just complaining will probably not be much help. :)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21119
Torleif