From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30943 invoked by alias); 14 Aug 2006 22:44:31 -0000 Received: (qmail 30934 invoked by uid 22791); 14 Aug 2006 22:44:31 -0000 X-Spam-Check-By: sourceware.org Received: from sp604005mt.neufgp.fr (HELO smtp.Neuf.fr) (84.96.92.11) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Aug 2006 22:44:29 +0000 Received: from [127.0.0.1] ([84.100.135.201]) by sp604005mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J40004RUF6134K0@sp604005mt.gpm.neuf.ld> for gdb@sourceware.org; Tue, 15 Aug 2006 00:44:27 +0200 (CEST) Date: Mon, 14 Aug 2006 22:44:00 -0000 From: Olivier Parisy Subject: Re: Associating source to a running program In-reply-to: <20060814221314.GN1315@adacore.com> To: gdb@sourceware.org Cc: Joel Brobecker Message-id: <44E0FCBF.3060609@free.fr> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 8BIT X-Antivirus: avast! (VPS 0633-0, 14/08/2006), Outbound message X-Antivirus-Status: Clean References: <44E0F463.2030500@free.fr> <20060814221314.GN1315@adacore.com> User-Agent: Thunderbird 1.5 (Windows/20051201) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00123.txt.bz2 Joel Brobecker a écrit : >> Considering that this source code is available elsewhere on the file >> system, how can I specify to GDB where it can find it? >> > > The "dir" command should probably do what you need. You can find more > information in the GDB users manual. > Yes, this is what I needed. Thank you! Best regards, Olivier Parisy.