From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: dje@transmeta.com Cc: gdb@sourceware.cygnus.com Subject: Re: path command, set in gdb's env too? Date: Fri, 09 Feb 2001 00:01:00 -0000 Message-id: <200102090800.DAA22790@indy.delorie.com> References: <200102090411.UAA23554@casey.transmeta.com> X-SW-Source: 2001-02/msg00098.html > 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...