From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29741 invoked by alias); 27 Jan 2006 17:53:42 -0000 Received: (qmail 29730 invoked by uid 22791); 27 Jan 2006 17:53:41 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.202) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jan 2006 17:53:39 +0000 Received: by zproxy.gmail.com with SMTP id x3so705108nzd for ; Fri, 27 Jan 2006 09:53:38 -0800 (PST) Received: by 10.36.227.38 with SMTP id z38mr1713480nzg; Fri, 27 Jan 2006 09:53:38 -0800 (PST) Received: by 10.37.2.5 with HTTP; Fri, 27 Jan 2006 09:53:38 -0800 (PST) Message-ID: <8f2776cb0601270953v46180227u9d74371f18f8d4f6@mail.gmail.com> Date: Fri, 27 Jan 2006 18:25:00 -0000 From: Jim Blandy To: Jim Blandy , gdb@sourceware.org Subject: Re: Prologue analysis interface In-Reply-To: <20060127164439.GA13699@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8f2776cb0511221124u988f759u17418a114e1f3b7c@mail.gmail.com> <20060127164439.GA13699@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00310.txt.bz2 On 1/27/06, Daniel Jacobowitz wrote: > I'm assuming you haven't had any time for this since we last talked > about it. If that's true, how do you feel about reposting the current > version of the code for review anyway? Yes, I haven't had time for it. I'll re-post. > I just needed to fix a prologue analysis bug for Thumb. It took me > about six hours to rewrite the prologue analyzer from scratch based > on prologue-value.[ch], and it has equivalent testsuite results to > the DWARF-2 unwinder; one more pass than the existing unwinder with > DWARF-2 disabled; and handles the somewhat odd case that I was trying > to fix without impairing anything else. It's an obvious step forwards. Yay! :)