From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29742 invoked by alias); 9 Feb 2004 16:24:28 -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 29735 invoked from network); 9 Feb 2004 16:24:27 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 9 Feb 2004 16:24:27 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 24C0B2B92; Mon, 9 Feb 2004 11:24:27 -0500 (EST) Message-ID: <4027B43A.30209@gnu.org> Date: Mon, 09 Feb 2004 16:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [commit/mips] frame conversion, pass #1 References: <40271DDB.2010607@gnu.org> <20040209060206.GA14162@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00200.txt.bz2 > On Mon, Feb 09, 2004 at 12:42:51AM -0500, Andrew Cagney wrote: > >> Hello, >> >> This is is the first pass of converting the MIPS to the new frame code. >> This pass gets the MIPS using the new framework (but with a hybrid >> heuristic + proc_desc unwinder). Later passes will gut much of the now >> dead code, and split things into two unwinders. I've committed it now >> cos the 64-bit results are sooo much better (like it works) - not bad >> for an afternoon hack. >> >> Note that it still lacks sigtramp unwinders. > > > I'll be delighted to fix that (for linux at least) - I've got local > ones, but the way I integrated them with the existing IRIX (?) sigtramp > code was so unspeakably gross that I decided to wait until the new > frame code was ready :) Yes. Andrew