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


On Wednesday, January 04 2017, Eli Zaretskii wrote:

>> From: Sergio Durigan Junior <sergiodj@redhat.com>
>> Cc: gdb-patches@sourceware.org, palves@redhat.com
>> Date: Tue, 03 Jan 2017 15:48:26 -0500
>> 
>> >     Also, is it possible that a user will want
>> >     remote targets to use a shell, while avoiding that for native
>> >     debugging, in the same session?
>> 
>> Yeah, I thought about that.  My first thought was to add a 'set/show
>> remote startup-with-shell' option, but I thought this was going to be
>> too much for the user.  Maybe not.
>> 
>> With this new setting, we'd have:
>> 
>> - startup-with-shell: Used only locally, default on.  Instructs GDB to
>>   start the inferior using the shell.
>> 
>> - remote startup-with-shell: Used only remotely, default on.  Instructs
>>   gdbserver to start the inferior using the shell.
>> 
>> - remote startup-shell: Used only remotely (if remote startup-with-shell
>>   is on), default "" (empty).  Tells which shell to be used by gdbserver
>>   to start the inferior.  If empty, use $SHELL.
>> 
>> WDYT?
>
> Makes sense to me, thanks.

Cool, thanks.  I'll go ahead and implement this idea, then.

Cheers,

-- 
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]