This is the mail archive of the gdb-patches@sources.redhat.com 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] parse and eval breakpoint conditions with correct language


Joel Brobecker <brobecker@gnat.com> writes:

> This RFA is a followup on the thread started on gdb@:
> 
>     http://sources.redhat.com/ml/gdb/2003-09/msg00082.html
> 
> I incorporated Jim's comments (set expout->language_defn, handle
> NULL expression_context_block). There was also another gotcha
> that the testsuite detected which is to handle the cases when
> the context block language is not null, but the unknown language.
> 
> 2003-09-09  J. Brobecker  <brobecker@gnat.com>
> 
>         * parse.c (parse_exp_1): Use the language associated to
>         the context block when parsing an expression.
> 
> Tested on x86-linux.
> 
> Ok to apply?

Looks good to me, definitely a step forward.


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