From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5850 invoked by alias); 10 Jan 2007 04:45:18 -0000 Received: (qmail 5839 invoked by uid 22791); 10 Jan 2007 04:45:17 -0000 X-Spam-Check-By: sourceware.org Received: from fed1rmmtao02.cox.net (HELO fed1rmmtao02.cox.net) (68.230.241.37) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 Jan 2007 04:45:10 +0000 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao02.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20070110044509.DUKF97.fed1rmmtao02.cox.net@fed1rmimpo01.cox.net> for ; Tue, 9 Jan 2007 23:45:09 -0500 Received: from thunderbird.smith.home ([24.56.61.172]) by fed1rmimpo01.cox.net with bizsmtp id 9GkJ1W00x3iyCZU0000000; Tue, 09 Jan 2007 23:44:19 -0500 Received: (qmail 13420 invoked from network); 10 Jan 2007 04:52:02 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by thunderbird.smith.home with SMTP; 10 Jan 2007 04:52:02 -0000 Message-ID: <45A470F0.8090509@cox.net> Date: Wed, 10 Jan 2007 04:45:00 -0000 From: Stephen & Linda Smith User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: Stephen & Linda Smith , gdb@sourceware.org Subject: Re: Stripped files References: <45A44256.1070004@cox.net> <20070110025242.GB13537@nevyn.them.org> In-Reply-To: <20070110025242.GB13537@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-01/txt/msg00165.txt.bz2 Is there currently support for this in GDB both for the main executable and for any shared libraries (via the solib interface)? Or does something need to be written? sps Daniel Jacobowitz wrote: > The solution we've used for this before is .gnu_debuglink (see the GDB > and binutils manuals for more about that). You can also use > sysroot / solib-search-path if the debug symbol file has the same name as the > target file. > >