From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24298 invoked by alias); 25 Oct 2007 19:23:39 -0000 Received: (qmail 24288 invoked by uid 22791); 25 Oct 2007 19:23:38 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 Oct 2007 19:23:35 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E26179833F; Thu, 25 Oct 2007 19:23:33 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id C92DD9830E; Thu, 25 Oct 2007 19:23:33 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Il8Im-0000mT-SA; Thu, 25 Oct 2007 15:23:32 -0400 Date: Thu, 25 Oct 2007 19:30:00 -0000 From: Daniel Jacobowitz To: Luis Machado Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] PPC Call-clobbered registers testcase Message-ID: <20071025192332.GA2690@caradoc.them.org> Mail-Followup-To: Luis Machado , gdb-patches@sourceware.org References: <1190644886.4375.2.camel@localhost> <1190726512.4376.0.camel@localhost> <20071006161230.GA10179@caradoc.them.org> <1191869140.4322.10.camel@localhost> <20071008185507.GA28479@caradoc.them.org> <1191870400.4322.13.camel@localhost> <20071008191416.GA30019@caradoc.them.org> <1193180757.5333.3.camel@localhost> <20071024205901.GS10943@caradoc.them.org> <1193339127.4850.16.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1193339127.4850.16.camel@localhost> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00670.txt.bz2 On Thu, Oct 25, 2007 at 04:05:27PM -0300, Luis Machado wrote: > Took a different path as you suggested. The synching is being done via > matching with the $gdb_prompt at the end of every test. This way it > works flawlessly on both x86 and ppc. Passes 3 tests on ppc and passes 2 > and fails 1 on x86. What fails on x86? Well, I can look at it after it's in. This is the right way to sync. > + -re "\\\$$decimal = \r\n$gdb_prompt" { pass "print operand1"} "$gdb_prompt $" there please. Ok to commit otherwise. -- Daniel Jacobowitz CodeSourcery