RE: GDB issues on Trunk

2012-08-25 Thread Iyer, Balaji V
>-Original Message- >From: Andrew Pinski [mailto:pins...@gmail.com] >Sent: Saturday, August 25, 2012 1:31 PM >To: Iyer, Balaji V >Cc: gcc@gcc.gnu.org >Subject: Re: GDB issues on Trunk > >On Sat, Aug 25, 2012 at 10:28 AM, Iyer, Balaji V >wrote: >> Hello

Re: GDB issues on Trunk

2012-08-25 Thread Andrew Pinski
On Sat, Aug 25, 2012 at 10:28 AM, Iyer, Balaji V wrote: > Hello Everyone, > I am trying to debug "cc1" through gdb but is not working as it was > before (my current revision is 190623) . For example, when I try to print out > any local variable when I am inside the function, it says the

GDB issues on Trunk

2012-08-25 Thread Iyer, Balaji V
Hello Everyone, I am trying to debug "cc1" through gdb but is not working as it was before (my current revision is 190623) . For example, when I try to print out any local variable when I am inside the function, it says the variable is not in in the context. Here is an example below: e.