From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19203 invoked by alias); 17 Feb 2012 04:02:15 -0000 Received: (qmail 19105 invoked by uid 22791); 17 Feb 2012 04:02:13 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Feb 2012 04:01:56 +0000 Received: by vcbf13 with SMTP id f13so2559756vcb.0 for ; Thu, 16 Feb 2012 20:01:55 -0800 (PST) Received: by 10.52.29.35 with SMTP id g3mr2397777vdh.25.1329451315563; Thu, 16 Feb 2012 20:01:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.29.35 with SMTP id g3mr2397755vdh.25.1329451314489; Thu, 16 Feb 2012 20:01:54 -0800 (PST) Received: by 10.220.162.7 with HTTP; Thu, 16 Feb 2012 20:01:54 -0800 (PST) In-Reply-To: References: Date: Fri, 17 Feb 2012 07:40:00 -0000 Message-ID: Subject: Re: [RFC] A new command 'explore' From: Doug Evans To: Siva Chandra Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQnSs3jNfD2P+sdUwhgAABDJy7MJnXb7buqmU8n7U1oRZ1A1ipfDat/owMiV2r04RvM1ugsPEqC/LMCcyDA/Eoq/IUEiYiX2DWiDsDdPFHd0N/MMKQvrl6AkerVuf2n4A/cCADB6XGLWnMTGdL+sfodd5nhsHA== X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00356.txt.bz2 On Wed, Feb 8, 2012 at 1:33 AM, Siva Chandra 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 > > =A0 =A0 =A0 =A0 New command 'explore' which helps explore values in scope. > =A0 =A0 =A0 =A0 * explore.c: Implemention of the 'explore' command. > =A0 =A0 =A0 =A0 * Makefile.in: Add rules for compiling and linked explore= .c. > =A0 =A0 =A0 =A0 * testsuite/gdb.base/explore.c: C program used for testing > =A0 =A0 =A0 =A0 the new 'explore' command. > =A0 =A0 =A0 =A0 * testsuite/gdb.base/explore.exp: Tests for the new 'expl= ore' > =A0 =A0 =A0 =A0 command. > =A0 =A0 =A0 =A0 * testsuite/gdb.base/Makefile.in: Add explore to EXECUTAB= LES 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).