From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7585 invoked by alias); 21 Sep 2005 18:53:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7565 invoked by uid 22791); 21 Sep 2005 18:53:24 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Wed, 21 Sep 2005 18:53:24 +0000 Received: (qmail 5766 invoked from network); 21 Sep 2005 18:46:41 -0000 Received: from nevyn.them.org (Debian-exim@66.93.172.17) by yosemite.airs.com with SMTP; 21 Sep 2005 18:46:41 -0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EI9XI-0003Gv-Kw; Wed, 21 Sep 2005 14:41:40 -0400 Date: Wed, 21 Sep 2005 18:53:00 -0000 From: Daniel Jacobowitz To: Olatunji Ruwase Cc: gdb@sourceware.org Subject: Re: Help with gdb testsuite (lib/gdb.exp) Message-ID: <20050921184140.GA12454@nevyn.them.org> Mail-Followup-To: Olatunji Ruwase , gdb@sourceware.org References: <4331A7CA.6050807@Sun.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4331A7CA.6050807@Sun.COM> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-09/txt/msg00162.txt.bz2 On Wed, Sep 21, 2005 at 11:34:50AM -0700, Olatunji Ruwase wrote: > Hi, > I hope this is the right medium for my problem, if not I apologise and > would appreciate if this could be forwarded to the appropriate list. > > I recently started playing with the gdb testsuite and ran into a problem > I traced as far as gdb_test_multiple in lib/gdb.exp. Below is the > command line and error message in gdb.log. Is something wrong with your TCL installation maybe? Try this in tclsh: set a { a b c d} regsub -all {\n} ${a} { } b set a set b It should show you $b without newlines. > dejagnu 1.4.4 > expect 5.43 > gdb 6.4 > tcl 8.4.9 What platform is this? -- Daniel Jacobowitz CodeSourcery, LLC