From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23596 invoked by alias); 17 Jul 2007 12:43:26 -0000 Received: (qmail 23583 invoked by uid 22791); 17 Jul 2007 12:43:26 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.244) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 17 Jul 2007 12:43:24 +0000 Received: by an-out-0708.google.com with SMTP id c23so327250anc for ; Tue, 17 Jul 2007 05:43:22 -0700 (PDT) Received: by 10.100.10.20 with SMTP id 20mr178857anj.1184676202229; Tue, 17 Jul 2007 05:43:22 -0700 (PDT) Received: by 10.100.8.8 with HTTP; Tue, 17 Jul 2007 05:43:22 -0700 (PDT) Message-ID: <64dc1fc50707170543s71dee611ne8b29ac60bf1aec7@mail.gmail.com> Date: Tue, 17 Jul 2007 13:46:00 -0000 From: "Mandar Mitra" Reply-To: mandar.mitra@gmail.com To: mandar.mitra@gmail.com, gdb@sourceware.org Subject: Re: "path" does not seem to work correctly In-Reply-To: <20070717105358.GA25318@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64dc1fc50707162046g14063577l37bac2fa8b47fc2d@mail.gmail.com> <20070717105358.GA25318@caradoc.them.org> X-Google-Sender-Auth: 26018d3187f987e8 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-07/txt/msg00135.txt.bz2 On 7/17/07, Daniel Jacobowitz wrote: > `path DIRECTORY' > Add DIRECTORY to the front of the `PATH' environment variable > (the > search path for executables) that will be passed to your program. > The value of `PATH' used by GDB does not change. Yes, I suppose I was reading out-of-date documentation from somewhere on the web that suggested that this would change the path for both gdb and the program. Thanks for clearing that up, Mandar.