This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: Meeting 2009-08-19


>>>>> "Chris" == Chris Moller <cmoller@redhat.com> writes:

Chris> I'm closing in on the enum-masking-vbl problem.  I guess what gdb
Chris> usually does given that kind of ambiguity is just complain about it
Chris> it, but would it be reasonable to, instead, just print all the
Chris> possibilities?  Or would that screw things up?

I don't remember the details of the problem, but in general you can't do
this -- you have to pick one meaning for an identifier in an expression.
IOW, it isn't just "print foo" but also "print 23 * foo".

So, instead the solution has to be for gdb's C/C++ expression code to
follow the language rules.

Chris> Spent a lot of time on froggy.

I thought this was on hold.

Tom


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