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: CYGWIN file input redirection


> From: Steve Mucci <samsurfer117@gmail.com>
> Date: Mon, 26 Sep 2016 08:43:36 -0400
> 
> Here are the MSDN pages for CreateProcess and STARTUPINFO;
> 
> https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425(v=vs.85).aspx
> https://msdn.microsoft.com/en-us/library/windows/desktop/ms686331(v=vs.85).aspx
> 
> How can we fix this bug?

Someone needs to write and submit the code to (a) parse the command
line, like "run < foo >> bar 2> baz" and glean the redirections from
it; and (b) actually implement the redirection in the CreateProcess
call.


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