From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23411 invoked by alias); 7 Jul 2003 19:47:49 -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 23404 invoked from network); 7 Jul 2003 19:47:48 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 7 Jul 2003 19:47:48 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1F63D2B5F; Mon, 7 Jul 2003 15:47:39 -0400 (EDT) Message-ID: <3F09CE5A.2070607@redhat.com> Date: Mon, 07 Jul 2003 19:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch, rfc, 6?] Enable identical frame sanity check References: <3F03241B.1020908@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00141.txt.bz2 > > 2003-07-02 Andrew Cagney > > * frame.c (get_prev_frame): Enable check for identical frames. > Update comments. Update error messages. I've checked this bit in. This might, but shouldn't disturb new unwinders. Next is a patch to fix inside_main_func so that it handles object files with only minimal symbols. Andrew