From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15520 invoked by alias); 29 Aug 2007 21:30:26 -0000 Received: (qmail 15463 invoked by uid 22791); 29 Aug 2007 21:30:25 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 29 Aug 2007 21:30:21 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 323A22AA806; Wed, 29 Aug 2007 17:30:20 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Yi2LjwLLs17v; Wed, 29 Aug 2007 17:30:20 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id F08EF2AA802; Wed, 29 Aug 2007 17:30:19 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B2A77E7B58; Wed, 29 Aug 2007 14:30:17 -0700 (PDT) Date: Wed, 29 Aug 2007 21:30:00 -0000 From: Joel Brobecker To: jf Cc: Daniel Jacobowitz , gdb@sourceware.org Subject: Re: adding comments/labels? Message-ID: <20070829213017.GD30226@adacore.com> References: <20070829211258.GA17600@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00254.txt.bz2 > I'll just have to do it the hardway and cludge through the source and > figure out where symbol resolution occurs. Thanks for the typical OSS/FS > help ('no do it my way instead') I think you are being unfair to Daniel. He's one of the very few that are constantly helping people using & modifying GDB. He just gave you the solution which he believes is going to help you most. It's too bad it's not the answer you were hoping for. As far as your specific question goes: Name resolution is performed in symtab.c (all the "lookup_..." routines). You'll probably benefit from reading the "internals" documentation section on symbols. -- Joel