From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3017 invoked by alias); 17 Feb 2007 14:07:00 -0000 Received: (qmail 3008 invoked by uid 22791); 17 Feb 2007 14:06:59 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 17 Feb 2007 14:06:53 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 3B0DD48CEC8; Sat, 17 Feb 2007 09:06:51 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00724-01-6; Sat, 17 Feb 2007 09:06:51 -0500 (EST) Received: from [127.0.0.1] (nile.gnat.com [205.232.38.5]) by nile.gnat.com (Postfix) with ESMTP id E907B48CDD8; Sat, 17 Feb 2007 09:06:50 -0500 (EST) Message-ID: <45D70BFD.60300@adacore.com> Date: Sun, 18 Feb 2007 04:11:00 -0000 From: Robert Dewar User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Eli Zaretskii , Jim Blandy , gdb@sourceware.org Subject: Re: GDB and scripting languages - which References: <20070108222005.GA27451@nevyn.them.org> <20070210203307.GA27502@nevyn.them.org> <20070217135112.GA28444@caradoc.them.org> In-Reply-To: <20070217135112.GA28444@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-02/txt/msg00187.txt.bz2 Daniel Jacobowitz wrote: > I don't think we entirely know how we're going to use this yet. I > have no plans to move C parts to a scripting language - I think that > the scripting language should be optional, at least for one release, > until we've seen how useful it is. What happens after that is harder > to say. Seems reasonable to me. In the long run, we may end up implementing new features in GDB in the scripting language if that is more convenient, so it may end up not being just a user feature.