From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11293 invoked by alias); 11 Jun 2008 18:44:52 -0000 Received: (qmail 11186 invoked by uid 22791); 11 Jun 2008 18:44:51 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jun 2008 18:44:34 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id A5D263C5E1; Wed, 11 Jun 2008 11:44:32 -0700 (PDT) Subject: Re: What do I need to look at the source while debugging? From: Michael Snyder To: Igor Korot Cc: gdb@sourceware.org In-Reply-To: <16620283.1213206815197.JavaMail.root@elwamui-little.atl.sa.earthlink.net> References: <16620283.1213206815197.JavaMail.root@elwamui-little.atl.sa.earthlink.net> Content-Type: text/plain Date: Wed, 11 Jun 2008 18:44:00 -0000 Message-Id: <1213209872.3601.617.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) 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: 2008-06/txt/msg00104.txt.bz2 On Wed, 2008-06-11 at 10:53 -0700, Igor Korot wrote: > >If not, you can override gdb's source file search path by using the > >"dir" command (see "help dir") > > You mean like this: > > gdb myprogram > gdb> dir /home/igor/portage/dev-db/unixODBC-2.2.12/work/unixODBC-2.2.12/Drivers > > right? Right.