From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 340 invoked by alias); 2 Feb 2002 20:11:22 -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 32760 invoked from network); 2 Feb 2002 20:11:07 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 2 Feb 2002 20:11:07 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id g12KB7703172 for ; Sat, 2 Feb 2002 12:11:07 -0800 (PST) Received: from scv3.apple.com (scv3.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Sat, 2 Feb 2002 12:10:47 -0800 Received: from apple.com ([17.126.136.0]) by scv3.apple.com (8.11.3/8.11.3) with ESMTP id g12KB5i17628; Sat, 2 Feb 2002 12:11:05 -0800 (PST) Message-ID: <3C5C47D2.D4400F3C@apple.com> Date: Sat, 02 Feb 2002 12:11:00 -0000 From: Stan Shebs X-Mailer: Mozilla 4.77C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: Don Bowman CC: "'Greg McGary'" , "'Daniel Jacobowitz'" , gdb@sources.redhat.com, echristo@redhat.com Subject: Re: MIPS stack tracing References: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00056.txt.bz2 Don Bowman wrote: > > I've been debugging through gdb for a day or so now, I think > I'm on to something. It appears that find_proc_desc is switching > to the heuristic approach even though I have a symbol table. That's a bug for sure. The heuristic approach is only supposed to be used for tracing through frames with no debug info. Stan