This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Debugging backend with gdb
- From: Russell Shaw <rjshaw at netspace dot net dot au>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 02 Jan 2005 02:42:53 +1100
- Subject: Debugging backend with gdb
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).