This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4] Implement "set cwd" command


> From: Sergio Durigan Junior <sergiodj@redhat.com>
> Cc: Pedro Alves <palves@redhat.com>,	Sergio Durigan Junior <sergiodj@redhat.com>
> Date: Tue, 12 Sep 2017 00:23:25 -0400
> 
>  Each time you start your program with @code{run}, it inherits its
>  working directory from the current working directory of @value{GDBN}.
>  The @value{GDBN} working directory is initially whatever it inherited
> -from its parent process (typically the shell), but you can specify a new
> -working directory in @value{GDBN} with the @code{cd} command.
> +from its parent process (typically the shell), but you can specify a
> +new working directory in @value{GDBN} with the @code{cd} command.  You
> +can specify a working directory especifically for the inferior with
                                   ^^^^^^^^^^^^^
A typo.

> +Set the inferior's working directory to @var{directory}.  If not
> +given, @var{directory} uses @file{'~'}.  This has no effect on

The quotes inside @file are redundant, please drop them.

Otherwise, the documentation parts are OK, thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]