From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27018 invoked by alias); 8 Jan 2007 23:03:40 -0000 Received: (qmail 26998 invoked by uid 22791); 8 Jan 2007 23:03:39 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.185) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Jan 2007 23:03:34 +0000 Received: by nf-out-0910.google.com with SMTP id n28so447193nfc for ; Mon, 08 Jan 2007 15:03:32 -0800 (PST) Received: by 10.82.107.15 with SMTP id f15mr2790219buc.1168297412372; Mon, 08 Jan 2007 15:03:32 -0800 (PST) Received: by 10.82.191.16 with HTTP; Mon, 8 Jan 2007 15:03:32 -0800 (PST) Message-ID: Date: Mon, 08 Jan 2007 23:03:00 -0000 From: "Kip Macy" To: gdb@sourceware.org Subject: Re: GDB and scripting languages - which In-Reply-To: <20070108224208.GA29169@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070108222005.GA27451@nevyn.them.org> <20070108224208.GA29169@nevyn.them.org> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00131.txt.bz2 On 1/8/07, Daniel Jacobowitz wrote: > On Mon, Jan 08, 2007 at 02:39:28PM -0800, Kip Macy wrote: > > This is what I did to add perl support and it worked fairly well. > > Right. In case I forget to credit you in the future: I still have a > copy of your patches, and though I didn't reuse any of it, I definitely > consulted and appreciated them. > > At the moment I have a very rough prototype using Guile and GDB/MI. Cool. I never considered my work in any way a finished product. It was intended to serve as a rough draft / proof of concept of how a general purpose scripting interface could work using MI. I had hoped to get more feedback than I did, but I am happy to hear that it ended up serving its purpose. I look forward to seeing this functionality in GDB. -Kip