From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18186 invoked by alias); 25 Aug 2004 18:21:29 -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 18177 invoked from network); 25 Aug 2004 18:21:27 -0000 Received: from unknown (HELO us.ibm.com) (32.97.110.142) by sourceware.org with SMTP; 25 Aug 2004 18:21:27 -0000 Received: by us.ibm.com (Postfix, from userid 1000) id DB9B211B77; Wed, 25 Aug 2004 11:19:18 -0700 (PDT) From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: Michael Chastain Subject: Re: Avoid timeouts in call-sc.exp Date: Wed, 25 Aug 2004 18:21:00 -0000 User-Agent: KMail/1.6.2 Cc: gdb-patches@sources.redhat.com References: <200408181426.30208.pgilliam@us.ibm.com> <200408251052.47571.pgilliam@us.ibm.com> <412CD652.nail1O31PAOF7@mindspring.com> In-Reply-To: <412CD652.nail1O31PAOF7@mindspring.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408251119.18777.pgilliam@us.ibm.com> X-SW-Source: 2004-08/txt/msg00699.txt.bz2 On Wednesday 25 August 2004 11:11, Michael Chastain wrote: > 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. I don't think 6.2 or CVS head would work: they don't exibite the underling bug that triggers the problem in the test case.