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: [PATCH] PR c++/17494 - Fix evaluation of method calls under EVAL_SKIP


On Mon, Nov 3, 2014 at 7:08 AM, Ulrich Weigand <uweigand@de.ibm.com> wrote:
>>gdb/ChangeLog:
>>
>>2014-10-20  Siva Chandra Reddy  <sivachandra@google.com>
>>
>>        PR c++/17494
>>        * eval.c (evaluate_subexp_standard): Evaluate the "object" and
>>        the method args also under EVAL_SKIP when evaluating method
>>        calls under EVAL_SKIP.
>>
>>gdb/testsuite/ChangeLog:
>>
>>2014-10-20  Siva Chandra Reddy  <sivachandra@google.com>
>>
>>        PR c++/17494
>>        * gdb.cp/pr17494.cc: New file.
>>        * gdb.cp/pr17494.exp: New file.
>
> This is OK.

Thanks for the review. Pushed: e0f52461c2467b6610391681fa27cd9b3c5def57


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