This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fw: Debugging plugins with gdb
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Jeff Saremi <jeffsaremi at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 11 Aug 2010 15:56:08 -0700
- Subject: Re: Fw: Debugging plugins with gdb
- References: <240060.53685.qm@web88104.mail.re2.yahoo.com>
On Wed, Aug 11, 2010 at 3:52 PM, Jeff Saremi <jeffsaremi@yahoo.com> wrote:
> Sending this to "gcc" since I got no help from sending it to "gcc-help"
Are you trying to debug gcc or cc1/cc1plus? If the former try running
with -v and seeing that cc1/cc1plus is involved and then debug
cc1/cc1plus instead.
Thanks,
Andrew Pinski