From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6520 invoked by alias); 18 Jun 2004 20:25:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6512 invoked from network); 18 Jun 2004 20:25:42 -0000 Received: from unknown (HELO blount.mail.mindspring.net) (207.69.200.226) by sourceware.org with SMTP; 18 Jun 2004 20:25:42 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BbPvZ-0008Ru-00; Fri, 18 Jun 2004 16:25:33 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 608064B104; Fri, 18 Jun 2004 16:25:24 -0400 (EDT) To: drow@false.org, mec.gnu@mindspring.com Subject: Re: RFA: patch to fix gdb/1680 Cc: cagney@gnu.org, gdb-patches@sources.redhat.com, jimb@redhat.com, keiths@redhat.com Message-Id: <20040618202524.608064B104@berman.michael-chastain.com> Date: Fri, 18 Jun 2004 20:25:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-06/txt/msg00445.txt.bz2 drow> I prefer to solve the mystery instead. We can do both. I don't want to have 16 ERROR's in my face while we are figuring this out. drow> Presumably this version of TCL does not put special meaning on drow> {string}, but does on {NUMBER}, as has become fashionable for regex drow> engines. Aw, foo! That's what's different about gdb.cp/*.exp. All the examples in gdb.cp/*.exp are like: { x = 100, y = 101 } Both the sourceware version of TCL (which is based on 8.4.1) and the version I use of TCL (8.4.6) have code for {NUMBER} and {NUMBER, NUMBER} modifiers. I suspect there's some difference happening at the expect level (5.26 versus 5.41). Time to dive into the TCL source and throw in some fprintf's and stuff. Michael C