From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Evans To: gdb@sourceware.cygnus.com Subject: path command, set in gdb's env too? Date: Thu, 08 Feb 2001 20:12:00 -0000 Message-id: <200102090411.UAA23554@casey.transmeta.com> X-SW-Source: 2001-02/msg00096.html The `path' command only adds the path to the inferior's environment. Is it also supposed to add the path to gdb's environment? >From gdb.texinfo: @table @code @kindex path @item path @var{directory} Add @var{directory} to the front of the @code{PATH} environment variable (the search path for executables), for both @value{GDBN} and your program. You may specify several directory names, separated by whitespace or by a system-dependent separator character (@samp{:} on Unix, @samp{;} on MS-DOS and MS-Windows). If @var{directory} is already in the path, it is moved to the front, so it is searched sooner.