From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22663 invoked by alias); 2 Apr 2004 09:33:09 -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 22656 invoked from network); 2 Apr 2004 09:33:07 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sources.redhat.com with SMTP; 2 Apr 2004 09:33:07 -0000 Received: from localhost (localhost [127.0.0.1]) by nile.gnat.com (Postfix) with ESMTP id D67E5F2F52; Fri, 2 Apr 2004 04:33:06 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09718-01-5; Fri, 2 Apr 2004 04:33:06 -0500 (EST) Received: by nile.gnat.com (Postfix, from userid 1345) id 87868F2F54; Fri, 2 Apr 2004 04:33:06 -0500 (EST) From: Paul Hilfinger To: jimb@redhat.com Cc: drow@false.org, gdb-patches@sources.redhat.com In-reply-to: (message from Jim Blandy on 01 Apr 2004 09:52:46 -0500) Subject: Re: [RFA] Introduce notion of "search name" References: <20040303191550.7307DF2DB8@nile.gnat.com> <20040305035955.GH5320@nevyn.them.org> <20040305103925.A4815F2EE4@nile.gnat.com> <20040331221249.GA6811@nevyn.them.org> Message-Id: <20040402093306.87868F2F54@nile.gnat.com> Date: Fri, 02 Apr 2004 09:33:00 -0000 X-Virus-Scanned: by amavisd-new at nile.gnat.com X-SW-Source: 2004-04/txt/msg00054.txt.bz2 > Under what circumstances does finding an objfile by the minsym's BFD > section not work? That minsym must have come from somewhere. Do we > produce minsyms whose sections are unset, for some reason? Don't know that it happens with minsyms. However, I have to find a place for demangled names for symbols other than minsyms (in Ada, we can have mangled type names, enumeration literals, and field names), and for some of these I can't find an objfile. Paul