This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
debugging gcc
- From: "ratnadeep joshi" <ratngcchelp at rediffmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: 20 Dec 2001 18:55:39 -0000
- Subject: debugging gcc
- Reply-to: "ratnadeep joshi" <ratngcchelp at rediffmail dot com>
hello ,
i want to know the intermediate representation of gcc and integration of front end - back end of gcc to try to write a small front end for it
what can be done for this ? do i have to debug gcc code itself to know its passes and their calling ?
If yes , how to debug gcc code ? How to use gdb or any other debugging tool to debug whole gcc code
- ratnadeep