From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12601 invoked by alias); 14 Aug 2006 22:13:20 -0000 Received: (qmail 12592 invoked by uid 22791); 14 Aug 2006 22:13:19 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Aug 2006 22:13:17 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id BEA3F48CE50; Mon, 14 Aug 2006 18:13:15 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19852-01-4; Mon, 14 Aug 2006 18:13:15 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 56AA448CBF0; Mon, 14 Aug 2006 18:13:15 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 9E4E147EFA; Mon, 14 Aug 2006 15:13:14 -0700 (PDT) Date: Mon, 14 Aug 2006 22:13:00 -0000 From: Joel Brobecker To: Olivier Parisy Cc: gdb@sourceware.org Subject: Re: Associating source to a running program Message-ID: <20060814221314.GN1315@adacore.com> References: <44E0F463.2030500@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44E0F463.2030500@free.fr> User-Agent: Mutt/1.4i 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/msg00122.txt.bz2 > 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. -- Joel