From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12779 invoked by alias); 27 Oct 2009 18:40:33 -0000 Received: (qmail 12761 invoked by uid 22791); 27 Oct 2009 18:40:32 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Oct 2009 18:40:28 +0000 Received: from zps77.corp.google.com (zps77.corp.google.com [172.25.146.77]) by smtp-out.google.com with ESMTP id n9RIePYj031851 for ; Tue, 27 Oct 2009 18:40:25 GMT Received: from pzk34 (pzk34.prod.google.com [10.243.19.162]) by zps77.corp.google.com with ESMTP id n9RIe1Q3021153 for ; Tue, 27 Oct 2009 11:40:22 -0700 Received: by pzk34 with SMTP id 34so2227pzk.11 for ; Tue, 27 Oct 2009 11:40:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.115.101.18 with SMTP id d18mr980099wam.191.1256668822541; Tue, 27 Oct 2009 11:40:22 -0700 (PDT) In-Reply-To: <668c430c0910271132j48e478d6s88aeb51282229402@mail.gmail.com> References: <668c430c0910271132j48e478d6s88aeb51282229402@mail.gmail.com> Date: Tue, 27 Oct 2009 18:56:00 -0000 Message-ID: <8ac60eac0910271140n54923a92u74bd2a909ed05696@mail.gmail.com> Subject: Re: How does one get static procedure names? From: Paul Pluzhnikov To: Bruce Korb Cc: gdb@sourceware.org, gdb@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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: 2009-10/txt/msg00392.txt.bz2 On Tue, Oct 27, 2009 at 11:32 AM, Bruce Korb wrote: > I know GDB has some way to do it, but I couldn't locate > the code that does it. =A0A pointer on where to look would > be really helpful and greatly appreciated! Your question is rather unclear :-( Are you looking for A) how to set a breakpoint in a static procedure in GDB, or B) how to find an address of a given static function in a given executable,= or C) a list of all static functions in a given executable, or D) something else (if so, what exactly?) Cheers, --=20 Paul Pluzhnikov