From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32653 invoked by alias); 17 Dec 2002 01:00:56 -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 32638 invoked from network); 17 Dec 2002 01:00:54 -0000 Received: from unknown (HELO pkoning.akdesign.com) (66.189.46.82) by sources.redhat.com with SMTP; 17 Dec 2002 01:00:54 -0000 Received: from pkoning.akdesign.com.equallogic.com (IDENT:pkoning@localhost [127.0.0.1]) by pkoning.akdesign.com (8.11.6/8.9.3) with ESMTP id gBH10qW01696; Mon, 16 Dec 2002 20:00:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15870.30532.237490.351682@pkoning.akdesign.com> Date: Mon, 16 Dec 2002 17:00:00 -0000 From: Paul Koning To: carlton@math.stanford.edu Cc: gdb@sources.redhat.com Subject: Re: psymtab/symtab error References: <15828.14028.345000.202128@gargle.gargle.HOWL> X-SW-Source: 2002-12/txt/msg00227.txt.bz2 >>>>> "David" == David Carlton writes: David> On Thu, 14 Nov 2002 18:50:36 -0500, Paul Koning David> said: >> I've been wading all over the guts of gdb for most of today, >> trying to track down the cause of this message: >> (gdb) info addr CFreeList::m_base Internal: global symbol >> `_ZN9CFreeListI7CVolumeE6m_baseE' found in iSCSIInit.cpp psymtab >> but not in symtab. _ZN9CFreeListI7CVolumeE6m_baseE may be an >> inlined function, or may be a template function (if a template, >> try specifying an instantiation: >> _ZN9CFreeListI7CVolumeE6m_baseE). (gdb) info addr >> CFreeList::m_base Symbol >> "_ZN9CFreeListI7CVolumeE6m_baseE" is static storage at address >> 0x4000dcf4. (gdb) >> I get this simply by invoking gdb and loading the symbol table of >> the image in question (a large RTOS application). >> I dove deep into the guts of symbol table processing without >> getting particularly enlightened. As a guess, perhaps the problem >> is that this symbol is entered into the symtab in its friendly >> form? David> I was reading through old saved emails and noticed this; what David> debug format are you using? I don't know. I ran into this with gcc 3.0.1, NetBSD i386 host, NetBSD MIPS target. Is there a tool that will tell me? paul