This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debugging backend with gdb


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).
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]