This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA take 3] Allow setting breakpoints on inline functions (PR 10738) [repost]


Jan Kratochvil wrote:
> On Fri, 27 Jan 2012 16:10:34 +0100, Gary Benson wrote:
> > +
> > +      return cad->callback (sym, cad->data);
> > +    }
> > +  return 0;
> 
> Could you make a comment why is here 0?  I would think here should
> be 1 but I may be wrong.

I've been racking my brains this couple of days to remember why I
set this to 0... I remember being certain it was correct, but not
why, but looking at it now 1 seems right.  I'm going to switch it
to 1 unless I have some moment of recall.

Thanks,
Gary

-- 
http://gbenson.net/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]