From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26118 invoked by alias); 3 Feb 2002 20:29:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25983 invoked from network); 3 Feb 2002 20:29:22 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 3 Feb 2002 20:29:22 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 36E373E4D; Sun, 3 Feb 2002 15:29:16 -0500 (EST) Message-ID: <3C5D9D9B.2010409@cygnus.com> Date: Sun, 03 Feb 2002 12:29:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Don Bowman , ''Stan Shebs' ' , ''Greg McGary' ' , gdb@sources.redhat.com Subject: Re: MIPS stack tracing References: <20020203111126.A15978@nevyn.them.org> <3C5D8018.2090605@cygnus.com> <20020203151308.A22013@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00061.txt.bz2 > It would go back to SGI (Hmm, didn't sgi switch to dwarf2?) which was >> using mdebug info. A number of embedded MIPS toolchains would have been >> mdebug for compatability (I know this as I filed gdb/150, gdb/152 and >> gdb/149) and I have a sinking feeling that they haven't yet ``just gone >> away''. > > > Is gdb/150 still valid? I thought I remembered that being fixed. But > if it is, I may take a potshot at it. Yes :-( I suspect extracting teath from a wodden hen or even the dwarf2 changes JimB outlined are easier tasks ... :-) Remember it is extra_*func*_info and not extra_*frame*_info. Grep for mips_extra_func_info in the *ALPHA* sources. And yes, that bag in the pocket in front of you is there for a reason. Andrew