From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 374 invoked by alias); 30 Jul 2003 20:45: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 353 invoked from network); 30 Jul 2003 20:45:25 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Jul 2003 20:45:25 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6UKjPZ20202 for ; Wed, 30 Jul 2003 16:45:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6UKjPI13512 for ; Wed, 30 Jul 2003 16:45:25 -0400 Received: from localhost.localdomain (vpn50-8.rdu.redhat.com [172.16.50.8]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6UKjOL27133 for ; Wed, 30 Jul 2003 16:45:24 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6UKjJe13136 for gdb-patches@sources.redhat.com; Wed, 30 Jul 2003 13:45:19 -0700 Date: Wed, 30 Jul 2003 20:45:00 -0000 From: Kevin Buettner Message-Id: <1030730204519.ZM13135@localhost.localdomain> In-Reply-To: Kevin Buettner "[RFC] Fix some frame problems in the mn10300 prologue analyzer" (Jul 22, 11:58am) References: <1030722185805.ZM4236@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: Re: [RFC] Fix some frame problems in the mn10300 prologue analyzer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00545.txt.bz2 On Jul 22, 11:58am, Kevin Buettner wrote: > * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that > the prologue analyzer won't need to attempt to extract the pc > value from the woefully incomplete dummy frame. > (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when > possible. Disable code which modifies the frame. Committed.