This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch 2/2] New 'explore' command Python implementation (with docs)
- From: Doug Evans <dje at google dot com>
- To: Siva Chandra <sivachandra at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 10 Apr 2012 10:16:30 -0700
- Subject: Re: [patch 2/2] New 'explore' command Python implementation (with docs)
- References: <CAGyQ6gz5i++RqpCgyr7tk9Jzb9CMRxoZ_Nsi7ZK_btVzXyVRxg@mail.gmail.com> <837gyu17am.fsf@gnu.org> <CAGyQ6gxLLD_gin2VjTfUfKMeGGkbZKPsfdqsEewJfbkTz1HYVA@mail.gmail.com> <83haxet7vh.fsf@gnu.org> <CAGyQ6gx1QFs2Avhz9Y2KcZJvzKnkt7kbKwSbg_ZmH9tM8cFSjA@mail.gmail.com> <83sjgpjdnm.fsf@gnu.org> <CAGyQ6gwk_eGkkwz4t4RGRFqgdEiSAS2YpngbVpt8Ei5RbCHHug@mail.gmail.com> <CAGyQ6gw82wf+NwsSuyjaLUEVc9sL2jG2n2XP2MD3bywxBd2XTQ@mail.gmail.com>
Hi.
Thanks for persevering!
LGTM
I think all the doc issues are resolved, right Eli?
On Mon, Apr 9, 2012 at 11:37 AM, Siva Chandra <sivachandra@google.com> wrote:
> <ping>
>
> Is there sufficient interest in this?
>
> On Mon, Apr 2, 2012 at 11:28 AM, Siva Chandra <sivachandra@google.com> wrote:
>> Thanks Eli, I have fixed it. The complete patch is attached.
>>
>> Code ChangeLog:
>>
>> 2012-04-02 ?Siva Chandra Reddy ?<sivachandra@google.com>
>>
>> ? ? ? ?New command 'explore' which helps explore values and types in
>> ? ? ? ?scope.
>> ? ? ? ?* NEWS: Add an entry about the new 'explore' command.
>> ? ? ? ?* data-directory/Makefile.in: Add gdb/command/explore.py
>> ? ? ? ?* python/lib/gdb/command/explore.py: Implemention of the 'explore'
>> ? ? ? ?command using the GDB Python API.
>>
>> Docs ChangeLog:
>>
>> 2012-04-02 ?Siva Chandra Reddy ?<sivachandra@google.com>
>>
>> ? ? ? ?* gdb.texinfo (Examining Data): Document the 'explore' command.
>>
>> Testsuite ChangeLog:
>>
>> 2012-04-02 ?Siva Chandra Reddy ?<sivachandra@google.com>
>>
>> ? ? ? ?* gdb.python/Makefile.in: Add py-explore to EXECUTABLES.
>> ? ? ? ?* gdb.python/py-explore.c: C program used for testing the new
>> ? ? ? ?'explore' command on C constructs.
>> ? ? ? ?* gdb.python/py-explore.cc: C++ program used for testing the new
>> ? ? ? ?'explore' command on C++ constructs.
>> ? ? ? ?* gdb-python/py-explore.exp: Tests for the new 'explore'
>> ? ? ? ?command on C constructs.
>> ? ? ? ?* gdb-python/py-explore-cc.exp: Tests for the new 'explore'
>> ? ? ? ?command on C++ constructs.
>>
>> Thanks,
>> Siva Chandra