From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1460 invoked by alias); 21 Apr 2004 19:23:45 -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 1412 invoked from network); 21 Apr 2004 19:23:44 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 21 Apr 2004 19:23:44 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D43E02B9D; Wed, 21 Apr 2004 15:23:35 -0400 (EDT) Message-ID: <4086CA37.8070603@gnu.org> Date: Wed, 21 Apr 2004 19:23: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: Michael Snyder Cc: Daniel Jacobowitz , cagney , gdb-patches@sources.redhat.com Subject: Re: [RFA] Prevent runaway (infinite loop) in mips-tdep.c References: <4085BE65.3000402@redhat.com> <20040421005257.GA11993@nevyn.them.org> <4086B631.9050304@redhat.com> In-Reply-To: <4086B631.9050304@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00501.txt.bz2 >> (heuristic_proc_start): Warning() already prefixes "Warning: ". This part is both orthogonal and obvious (the ARI tracks this). > * mips-tdep.c (mips_mdebug_frame_cache): Call error to prevent > infinite looping by caller. Lets see what daniel has, but note that bad frames are identified by their null frame ID (and the code should not call error). Andrew