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 v5 3/3] Extend "set cwd" to work on gdbserver


This version looks good to me, with one tiny nit below.

On 09/29/2017 11:58 PM, Sergio Durigan Junior wrote:

> +/* Helper function to set the current working directory for the
> +   inferior in the remote.  */

"in the remote" sounds a bit odd.  Missing word?
Maybe "remote target."?

> +
> +static void
> +extended_remote_set_inferior_cwd (struct remote_state *rs)
> +{

Thanks,
Pedro Alves


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