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: [RFC] A new command 'explore'


On Wed, Feb 8, 2012 at 1:33 AM, Siva Chandra <sivachandra@google.com> wrote:
> Hello,
>
> I have not yet seen anything about a policy on contributions
> implemented in extension languages. However, I have now implemented
> the 'explore' command in C. The patch is attached. I will add
> documentation after the basics of this patch are approved.
>
> 2012-02-08 Siva Chandra <sivachandra@google.com>
>
> ? ? ? ? New command 'explore' which helps explore values in scope.
> ? ? ? ? * explore.c: Implemention of the 'explore' command.
> ? ? ? ? * Makefile.in: Add rules for compiling and linked explore.c.
> ? ? ? ? * testsuite/gdb.base/explore.c: C program used for testing
> ? ? ? ? the new 'explore' command.
> ? ? ? ? * testsuite/gdb.base/explore.exp: Tests for the new 'explore'
> ? ? ? ? command.
> ? ? ? ? * testsuite/gdb.base/Makefile.in: Add explore to EXECUTABLES

Hi.
Don't be afraid to ping more often.  [E.g., Once a week is certainly
not too frequently IMO.]

I'm not sure what others prefer, but I like the python version.
http://sourceware.org/ml/gdb-patches/2011-12/msg00831.html
Please write the docs, etc. for the python version, and I'll review
and approve it (modulo the docs, but Eli is pretty responsive).


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