From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11914 invoked by alias); 25 Aug 2004 18:11:27 -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 11868 invoked from network); 25 Aug 2004 18:11:23 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sourceware.org with SMTP; 25 Aug 2004 18:11:23 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C02F1-0003rz-00; Wed, 25 Aug 2004 14:11:24 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 4AC234B102; Wed, 25 Aug 2004 14:11:31 -0400 (EDT) Date: Wed, 25 Aug 2004 18:11:00 -0000 From: Michael Chastain To: pgilliam@us.ibm.com Subject: Re: Avoid timeouts in call-sc.exp Cc: gdb-patches@sources.redhat.com Message-ID: <412CD652.nail1O31PAOF7@mindspring.com> References: <200408181426.30208.pgilliam@us.ibm.com> <200408231408.53088.pgilliam@us.ibm.com> <412A67E6.nailD782KDIOT@mindspring.com> <200408251052.47571.pgilliam@us.ibm.com> In-Reply-To: <200408251052.47571.pgilliam@us.ibm.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00698.txt.bz2 It's a little weird, but it's much better. . "synchronize" is spelled with an h. . include a changelog entry with the submission . you don't need ${...} for each variable access. just $loop_count, $test, and so on. . this is the fsf version of gdb, it's better to work with fsf sources -- either gdb 6.2 or the cvs version of gdb, not a red hat gdb. Can you fix those things up, then download gdb 6.2 or the cvs version of gdb, and do your work against that.