From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16070 invoked by alias); 7 Mar 2012 18:47:54 -0000 Received: (qmail 16062 invoked by uid 22791); 7 Mar 2012 18:47:53 -0000 X-SWARE-Spam-Status: No, hits=-2.5 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-qy0-f169.google.com (HELO mail-qy0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Mar 2012 18:47:41 +0000 Received: by qcsd16 with SMTP id d16so4007591qcs.0 for ; Wed, 07 Mar 2012 10:47:40 -0800 (PST) Received: by 10.224.106.66 with SMTP id w2mr2592136qao.1.1331146060650; Wed, 07 Mar 2012 10:47:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.106.66 with SMTP id w2mr2592127qao.1.1331146060482; Wed, 07 Mar 2012 10:47:40 -0800 (PST) Received: by 10.224.54.80 with HTTP; Wed, 7 Mar 2012 10:47:40 -0800 (PST) In-Reply-To: <20120307162409.GP2853@adacore.com> References: <20120307162409.GP2853@adacore.com> Date: Wed, 07 Mar 2012 18:47:00 -0000 Message-ID: Subject: Re: [patch 0/2] New 'explore' command From: Siva Chandra To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQl3CbBDXrqeZ9hkPljjjpyECQhYs418s9A8mj83A8GB5ESO6z+DVxu7PIR96fG5r0UNuZ5Cf3HZHnJoFI6U5v5qRndNWFsJaBfQkuEM1ZcdIiwlcVCMungp/hEzXHsG7idAwbjm0zGJsMSR8zUWTQZAue+cOQ== 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-03/txt/msg00233.txt.bz2 OK. So it looks like we can ignore [patch 1/2] in this series then. On Wed, Mar 7, 2012 at 9:54 PM, Joel Brobecker wrote: > Hi Siva, > > FWIW, I agree with Doug that a Python version of the command would be > better suited... > > -- > Joel