This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Debugging backend with gdb
- From: Vaclav Haisman <V dot Haisman at sh dot cvut dot cz>
- To: Russell Shaw <rjshaw at netspace dot net dot au>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 1 Jan 2005 17:21:15 +0100 (CET)
- Subject: Re: Debugging backend with gdb
- References: <41D6C4FD.5010909@netspace.net.au>
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).
>