This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how to debug gcc
- From: saurabh verma <saurabh dot verma at codito dot com>
- To: gcc at gcc dot gnu dot org
- Cc: arambharathi at linuxmail dot org
- Date: 10 Jan 2005 11:10:00 +0530
- Subject: Re: how to debug gcc
- Organization: codito technologies pvt. ltd.
- Reply-to: saurabh dot verma at codito dot com
Pls ignore if this is impertinent, but if you want to debug the compiler
itself, then you should be debugging cc1, as gcc is the driver that
invokes cc1 for compilation.
regards
saurabh