From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11804 invoked by alias); 6 Sep 2008 02:03:09 -0000 Received: (qmail 11524 invoked by uid 22791); 6 Sep 2008 02:03:09 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 06 Sep 2008 02:02:34 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B63F02A96A7; Fri, 5 Sep 2008 22:02:32 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KtM9CqiDXLRT; Fri, 5 Sep 2008 22:02:32 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7E00B2A969B; Fri, 5 Sep 2008 22:02:32 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 736BFE7ACD; Sat, 6 Sep 2008 04:02:30 +0200 (CEST) Date: Sat, 06 Sep 2008 02:03:00 -0000 From: Joel Brobecker To: Jerome Guitton Cc: gdb-patches@sourceware.org Subject: Re: [RFA/testsuite] stack check Message-ID: <20080906020230.GN15267@adacore.com> References: <20080905105215.GA42811@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080905105215.GA42811@adacore.com> User-Agent: Mutt/1.4.2.2i 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: 2008-09/txt/msg00121.txt.bz2 > 2008-09-05 Jerome Guitton > > * powerpc-aix-prologue.c (stack_check_probe_1, stack_check_probe_2) > (stack_check_probe_loop_1, stack_check_probe_loop_2): New functions. > (main): Add call to these new functions. > * powerpc-aix-prologue.exp: When breaking on these functions, check > that the breakpoint is inserted at the appropriate location. > (insert_breakpoint): Slightly refine this procedure so that it can > be called several times in the test. Nice :). The only issue is that the ChangeLog is inside gdb/testsuite, so you need to prefix the file names with gdb.arch. In other words: gdb.arch/powerpc-aix-prologue.c for instance. The patch itself is OK. -- Joel