[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] AVR Studio lacks ability to display out-of-scopevaria
From: |
Joerg Wunsch |
Subject: |
Re: [avr-gcc-list] AVR Studio lacks ability to display out-of-scopevariables? (was: Frame pointer location) |
Date: |
Wed, 1 Sep 2010 20:25:31 +0200 (MET DST) |
"Weddington, Eric" <address@hidden> wrote:
>> I was referring to automatic variables from your caller(s), i.e.
>> everything where you have to unwind the stack in order to see them.
> Is there enough DWARF2 info in the generated ELF file to fully support =
> this feature?
I'm not sure about that. Remember, our DWARF-2 support is still
"accidental" (or incidental), it's only a by-product of other GCC
platforms moving to DWARF-2, e.g. avr-as' support of --gdwarf-2 is
disfunctional, and AVR-GDB cannot usefully handle DWARF-2 at all.
The stabs support in AVR-GDB to decode stack frames has once been
written by Ted Roth. I don't know whether he also had to
tune/enable/tweak anything in GCC for this to work.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)