This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v3] Fix for PR gdb/17017
- From: Siva Chandra <sivachandra at google dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Wed, 18 Jun 2014 04:40:49 -0700
- Subject: Re: [PATCH v3] Fix for PR gdb/17017
- Authentication-results: sourceware.org; auth=none
- References: <CAGyQ6gxax1ZgbLqLvZjyc--SPPNJ1Y6F-LH6fCTv2eY4kFs-Cg at mail dot gmail dot com> <539EFB52 dot 7080000 at redhat dot com>
On Mon, Jun 16, 2014 at 7:12 AM, Pedro Alves <palves@redhat.com> wrote:
> On 06/12/2014 07:23 PM, Siva Chandra wrote:
>
>> testsuite/
>> 2014-06-12 Siva Chandra Reddy <sivachandra@google.com>
>>
>> PR gdb/17017
>> * gdb.python/py-xmethods.cc: Add global function call counters and
>> increment them in their respective functions. Remove "cout"
>> statements.
>> * gdb.python/py-xmethods.exp: Make tests check the global function
>> call counters instead of depending on inferior IO.
>>
>
> Nice, I like this much better.
>
> This is OK.
Pushed: 5d376983ca914e1cf36f4968cc87957f9033ebcd
Thank you,
Siva Chandra