From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 675 invoked by alias); 9 Jan 2007 21:42:27 -0000 Received: (qmail 666 invoked by uid 22791); 9 Jan 2007 21:42:26 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 09 Jan 2007 21:42:21 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H4OjV-0001Aj-Ri; Tue, 09 Jan 2007 16:42:13 -0500 Date: Tue, 09 Jan 2007 21:42:00 -0000 From: Daniel Jacobowitz To: Paul Koning Cc: bob_rossi@cox.net, jimb@codesourcery.com, gdb@sourceware.org Subject: Re: GDB and scripting languages - which Message-ID: <20070109214213.GA4467@nevyn.them.org> Mail-Followup-To: Paul Koning , bob_rossi@cox.net, jimb@codesourcery.com, gdb@sourceware.org References: <20070108222005.GA27451@nevyn.them.org> <20070109202343.GD9844@cox.net> <17828.2852.359000.383405@gargle.gargle.HOWL> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17828.2852.359000.383405@gargle.gargle.HOWL> User-Agent: Mutt/1.5.13 (2006-08-11) 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-01/txt/msg00154.txt.bz2 On Tue, Jan 09, 2007 at 04:37:40PM -0500, Paul Koning wrote: > Bob> There is one issue I think that makes using TCL a good scripting > Bob> language for GDB. I'm not sure how important this is however. If > Bob> the language is TCL, it'll be very easy to test in GDB's test > Bob> suite. > > I would think it's good to stay away from TCL. I won't say more > because I don't want to start a language war. Python can certainly be > scripted, and it has good support for testsuite type things. [thanks] More relevantly, TCL won't make it easier or harder to test in the testsuite - it can't share files since dejagnu needs expect and GDB won't be linked to that. -- Daniel Jacobowitz CodeSourcery