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 v3 6/6] Implement proper "startup-with-shell" support on gdbserver


> Cc: Luis Machado <lgustavo@codesourcery.com>
> From: Pedro Alves <palves@redhat.com>
> Date: Fri, 17 Feb 2017 16:05:53 +0000
> 
> I'd suggest reworking/extended like this:
> 
> * On Unix systems, GDBserver now does globbing expansion
>   and variable substitution in inferior command line arguments.
> 
>   This is done by starting inferiors using a shell, like GDB does.
>   See "set startup-with-shell" in the user manual for how to disable
>   this from GDB when using "target extended-remote".
>   When using "target remote", you can disable the startup with shell
>   by using the new "--no-startup-with-shell" GDBserver command
>   line option.

This text is fine with me.

Thanks.


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