From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 759 invoked by alias); 11 May 2006 10:42:45 -0000 Received: (qmail 751 invoked by uid 22791); 11 May 2006 10:42:44 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-04.spheriq.net (HELO lon-del-04.spheriq.net) (195.46.50.101) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 May 2006 10:42:41 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-04.spheriq.net with ESMTP id k4BAgc0H007487 for ; Thu, 11 May 2006 10:42:38 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-02.spheriq.net with ESMTP id k4BAgcNE018795 for ; Thu, 11 May 2006 10:42:38 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id k4BAgaBL007663 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 11 May 2006 10:42:37 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 39F79DA42 for ; Thu, 11 May 2006 10:42:36 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F298D47403 for ; Thu, 11 May 2006 10:42:35 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHM99030 (AUTH stubbsa); Thu, 11 May 2006 11:42:35 +0100 (BST) Message-ID: <4463147C.6080502@st.com> Date: Thu, 11 May 2006 10:42:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [RFC] Move the frame zero PC check earlier References: <20060510180312.GA12606@nevyn.them.org> In-Reply-To: <20060510180312.GA12606@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00211.txt.bz2 Daniel Jacobowitz wrote: > Tested on x86_64-pc-linux-gnu, and by hand against SymbianOS, where it gives > much nicer looking backtraces. > > Any comments? Those frames have been bothering me for ages. This patch fixes the problem for sh-elf with ST's OS21 thread backtrace beautifully. Thanks Andrew