From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: dje@transmeta.com, gdb@sourceware.cygnus.com Subject: Re: path command, set in gdb's env too? Date: Sun, 11 Feb 2001 05:39:00 -0000 Message-id: References: <200102090800.DAA22790@indy.delorie.com> X-SW-Source: 2001-02/msg00113.html On Fri, 9 Feb 2001, Eli Zaretskii wrote: > > Date: Thu, 8 Feb 2001 20:11:47 -0800 > > From: Doug Evans > > > > The `path' command only adds the path to the inferior's environment. > > Is it also supposed to add the path to gdb's environment? > > No, not anymore. This used to be that way, but was changed with these > changes: > > Tue Mar 15 10:33:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com) > > * environ.c (set_in_environ): Eliminate special handling of PATH and > GNUTARGET. > > Unfortunately, it seems gdb.texinfo was not updated accordingly... I updated the docs now. Thank you for your report.