From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4078 invoked by alias); 24 Apr 2004 00:03:10 -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 3976 invoked from network); 24 Apr 2004 00:03:09 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Apr 2004 00:03:09 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3O038KG001577 for ; Fri, 23 Apr 2004 20:03:08 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3O038p30997 for ; Fri, 23 Apr 2004 20:03:08 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D92602B9D; Fri, 23 Apr 2004 10:15:52 -0400 (EDT) Message-ID: <40892518.4090007@gnu.org> Date: Sat, 24 Apr 2004 00:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Fix unwind handling for hppa References: <20040417080536.GB17842@tausq.org> <20040417163525.GA3521@nevyn.them.org> <40855B13.7060706@gnu.org> <20040421151820.GI17842@tausq.org> <4086ED46.2050809@gnu.org> <20040422000655.GL17842@tausq.org> <40871165.4070203@gnu.org> <20040422030116.GO17842@tausq.org> <40881C79.6030205@gnu.org> <20040423031301.GC17279@tausq.org> In-Reply-To: <20040423031301.GC17279@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00586.txt.bz2 Yep, ok, nice. Now where where we with the others (I maxed out)? >>Ok, can you post the revised change (with comments explaining all this)? > > > Here goes. This fixes the end_pc bug with the earlier patch too. We > really want to compare against prologue_end and not end_pc.... > > 2004-04-22 Randolph Chung > > * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind > starts at a pc before the frame is created. > Andrew