Debugging backend with gdb
Vaclav Haisman
V.Haisman@sh.cvut.cz
Sat Jan 1 16:21:00 GMT 2005
avr-gcc is only a driver. What you need to debug is cc1, avr-cc1 in your case
iirc.
VH.
On Sun, 2 Jan 2005, Russell Shaw wrote:
> Hi,
> I compiled gcc for the avr target to track down an rtl bug. I stepped thru gcc
> with gdb, but couldn't find where the backend functions in gcc/config/avr/avr.c
> are loaded. nm doesn't show any of the functions in the avr-gcc binary (unstripped).
>
More information about the Gcc
mailing list