From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13590 invoked by alias); 17 Jan 2003 00:11:17 -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 13580 invoked from network); 17 Jan 2003 00:11:14 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jan 2003 00:11:14 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 84A333E2F; Thu, 16 Jan 2003 19:11:14 -0500 (EST) Message-ID: <3E274A22.4010805@redhat.com> Date: Fri, 17 Jan 2003 00:11:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Add frame unwinder registrary References: <3E271A4C.9080506@redhat.com> <20030116233100.GA8984@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00634.txt.bz2 >> >> I'll look to commit this in a few days. > > > Great. After you do, I'll try to integrate the CFI unwinder with it > and then we can move forward on artificial debug info again. You're game :-) I think you'll also want the [pending] changes adding a frame_pop() method. Andrew