From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31332 invoked by alias); 1 Sep 2008 17:14:52 -0000 Received: (qmail 31322 invoked by uid 22791); 1 Sep 2008 17:14:51 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 01 Sep 2008 17:14:17 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id D24E429000B; Mon, 1 Sep 2008 19:14:14 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z8v2KfP8DOL7; Mon, 1 Sep 2008 19:14:14 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 499C429000A for ; Mon, 1 Sep 2008 19:14:14 +0200 (CEST) Received: by province.act-europe.fr (Postfix, from userid 560) id 34F731672BA; Mon, 1 Sep 2008 19:14:14 +0200 (CEST) Date: Mon, 01 Sep 2008 17:14:00 -0000 From: Jerome Guitton To: gdb-patches@sourceware.org Subject: Re: [RFA/testsuite] stack check Message-ID: <20080901171414.GC226@adacore.com> References: <20080901170203.GB226@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080901170203.GB226@adacore.com> User-Agent: Mutt/1.5.17 (2007-11-01) 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/msg00008.txt.bz2 Jerome Guitton (guitton@adacore.com): > > Test that GDB is able to get a correct backtrace when the application > is compiled with -fstack-check. BTW, I have a similar testcase in PPC assembly. It checks that the different stack-checking sequences that GCC may emit for this target are understood by GDB. It could be merged into gdb.arch/powerpc-aix-prologue.exp. If it is of any help, I'll be happy to post it in this list. Thanks, - Jerome