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 0/6] Implement the ability to start inferiors with a shell on gdbserver


On Friday, December 23 2016, Eli Zaretskii wrote:

>> From: Sergio Durigan Junior <sergiodj@redhat.com>
>> Cc: palves@redhat.com
>> Date: Thu, 22 Dec 2016 22:39:15 -0500
>> 
>> This patch series took a long time to complete due to many and varied
>> reasons, but finally here it is.
>> 
>> It implements the "startup-with-shell" feature on gdbserver.  This
>> means that it will be possible to start inferiors using the shell
>> (instead of calling execv*), which brings many advantages.
>> 
>> First of all, it will be possible to use I/O redirection, variable
>> substitution and globbing expansion on gdbserver just like we do today
>> on GDB.  This is great because, among other things, it brings
>> gdbserver on a pair with GDB when considering the Feature Parity
>> project.
>
> In Windows native debugging, GDB doesn't use the shell to start the
> inferior, but redirection is still supported via special code in
> windows-nat.c.  Can this be made available also in gdbserver?

Looking at windows-nat.c, it seems that the code responsible for
implementing this behaviour is not complex, so in theory it should be
possible to make it available on gdbserver without much effort.  I don't
feel I'm the best person to hack this, though, because I don't use
Windows and cannot reliably test the feature.

Thanks,

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/


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