From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25074 invoked by alias); 10 Nov 2004 18:13:16 -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 24752 invoked from network); 10 Nov 2004 18:12:53 -0000 Received: from unknown (HELO us.ibm.com) (32.97.110.142) by sourceware.org with SMTP; 10 Nov 2004 18:12:53 -0000 Received: by us.ibm.com (Postfix, from userid 1000) id 7DFDF11341; Wed, 10 Nov 2004 10:10:19 -0800 (PST) From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: gdb-patches@sources.redhat.com, Randolph Chung Subject: Re: [RFA] Don't unwind past entry point Date: Wed, 10 Nov 2004 18:13:00 -0000 User-Agent: KMail/1.6.2 Cc: Andrew Cagney , Eli Zaretskii References: <20041109192430.GW15714@tausq.org> <41924990.9060504@gnu.org> <20041110170737.GI15714@tausq.org> In-Reply-To: <20041110170737.GI15714@tausq.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411101010.19158.pgilliam@us.ibm.com> X-SW-Source: 2004-11/txt/msg00203.txt.bz2 On Wednesday 10 November 2004 09:07, Randolph Chung wrote: -snip- > > This is missing a testcase but for that I'll need to take a raincheck - > > we've almost but not quite got a setbacktrace testcase and it should be > > extended to include this. Can you watch for that. > > mmm.. this might be a bit tricky, as at least the original problem > depended on a particular compiler optimization that might not always > happen. but i can write up a testcase using the example i posted and > just use that... > > randolph The setbacktrace testcase is waiting for approval to commit. Randolph, I just looked at your example code and it seems easy enough to add to my setbacktrace.exp patch. Should we wait till my patch adding setbacktrace.exp is accepted then do a new patch for this case, or modify my patch and try and get the modified patch accepted? -=# Paul Gilliam #=-