This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fw: Debugging plugins with gdb
- From: Jeff Saremi <jeffsaremi at yahoo dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 11 Aug 2010 18:46:48 -0700 (PDT)
- Subject: Re: Fw: Debugging plugins with gdb
Daniel/Andrew
thanks so much. I was using gdb version 7.1. So it understood deferred breakpoints but as long as I started gdb with something like ~/bin/gcc it never stopped in my function.
As soon as I switched to running gdb on cc1, it worked!
Now i can work on debugging the seg-fault i'm causing.