From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13621 invoked by alias); 26 Aug 2004 14:17:03 -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 13574 invoked from network); 26 Aug 2004 14:17:02 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sourceware.org with SMTP; 26 Aug 2004 14:17:02 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C0L3k-0004Ce-00; Thu, 26 Aug 2004 10:17:01 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 82E244B102; Thu, 26 Aug 2004 10:17:14 -0400 (EDT) Date: Thu, 26 Aug 2004 14:17: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: <412DF0E9.nail3XH41WLNH@mindspring.com> References: <200408181426.30208.pgilliam@us.ibm.com> <200408251052.47571.pgilliam@us.ibm.com> <412CD652.nail1O31PAOF7@mindspring.com> <200408251206.41425.pgilliam@us.ibm.com> In-Reply-To: <200408251206.41425.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/msg00707.txt.bz2 > Here is another try. All right! You got everything but the "synchronize" with an "h". s/syncronize/synchronize/g, both the ChangeLog entry and the call-sc.exp code. In the ChangeLog entry, it should read: "gdb.base/call-sc.exp", not just "gdb.base/call-sc". With those changes, this patch is approved, and you can check it in. Do you have write access to the gdb cvs repository, or would you like me to check it in for you? > PS: I only did the ${....} because that seemed to be the usage in > call-sc.exp. Yes. So I'm trying to get new code written the simple way but there's that huge body of old code. === 2004-08-25 Paul Gilliam * gdb.base/call-sc: Make sure PC is syncronized after the "return".