From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16748 invoked by alias); 14 Feb 2007 15:51:58 -0000 Received: (qmail 16740 invoked by uid 22791); 14 Feb 2007 15:51:57 -0000 X-Spam-Check-By: sourceware.org Received: from exprod8og50.obsmtp.com (HELO exprod8og50.obsmtp.com) (64.18.3.82) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 14 Feb 2007 15:51:47 +0000 Received: from source ([12.110.134.31]) by exprod8ob50.obsmtp.com ([64.18.7.12]) with SMTP; Wed, 14 Feb 2007 07:41:52 PST Received: from pkoning.equallogic.com ([172.16.1.128]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 14 Feb 2007 10:49:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17875.12193.518053.390106@gargle.gargle.HOWL> Date: Wed, 14 Feb 2007 16:01:00 -0000 From: Paul Koning To: eliz@gnu.org Cc: jimb@codesourcery.com, gdb@sourceware.org Subject: Re: GDB and scripting languages - which References: <20070108222005.GA27451@nevyn.them.org> <20070210203307.GA27502@nevyn.them.org> X-Mailer: VM 7.17 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid 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/msg00127.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Eli> Python is a full-fledged programming language, not a language Eli> created for extending other programs. Do you really think we Eli> need networking, graphics, and GUI in GDB scripts? That sounds Eli> like an awful overhead. Overhead how? It takes up some disk space. Big deal. And then only if the user installed Python specifically for use with gdb (as opposed to having it installed already). Having a full-fledged language is a good thing. That way you're not as likely to run into the "this simple extension language isn't powerful enough to do the things I need" problem. Isn't that one of the reasons for adding to what we have already? If simple scripting were all we want then we could just keep what we have and not add to it. paul