From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10082 invoked by alias); 28 Feb 2008 16:53:07 -0000 Received: (qmail 10073 invoked by uid 22791); 28 Feb 2008 16:53:07 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.245) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 28 Feb 2008 16:52:45 +0000 Received: by an-out-0708.google.com with SMTP id c23so1090749anc.42 for ; Thu, 28 Feb 2008 08:52:42 -0800 (PST) Received: by 10.100.207.5 with SMTP id e5mr16141562ang.96.1204217562378; Thu, 28 Feb 2008 08:52:42 -0800 (PST) Received: by 10.100.207.14 with HTTP; Thu, 28 Feb 2008 08:52:42 -0800 (PST) Message-ID: <64077c280802280852j67689f54g6e6fefc8f6ba1ba4@mail.gmail.com> Date: Thu, 28 Feb 2008 17:00:00 -0000 From: "luca regini" To: "luca regini" , gdb@sourceware.org Subject: Re: Beginner question regarding gdb symbol files In-Reply-To: <20080228161244.GA31641@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64077c280802210543r163ce60aje62c2d6fc4632554@mail.gmail.com> <20080221134725.GA6642@caradoc.them.org> <64077c280802280757n76d94f5ckd839cca266437296@mail.gmail.com> <20080228161244.GA31641@caradoc.them.org> 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: 2008-02/txt/msg00247.txt.bz2 > > --add-gnu-debuglink is not related to this situation. GDB should > automatically load symbols for your plugin when the application loads > it. What doesn't work? > The plug-in is loaded dynamically by the server application so it runs in the server application address space. When i try to attach to the server application gdb displays a message about a successeful load of the symbols but then complains about missing source files, then i am not able to set a breakpoint in the source of the plug-in. Luca