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: "target remote | " stderr -- try2


On Sun, Mar 25, 2007 at 04:35:13PM +0300, Vladimir Prus wrote:
> 
> This is a revision of my earlier patch to make
> stderr output from program run with
> 
>    target remote | some_program
> 
> to be routed through gdb_stderr, so that MI
> frontend sees that output.
> 
> The original patch is at:
> 
> 	http://thread.gmane.org/gmane.comp.gdb.patches/32540
> 
> and this version differs by not having any #ifdef WIN32 inside
> ser-base.c, but instead using new method in 'struct serial_ops',
> that is initialized in ser-mingw.c.
> 
> OK?

This version is OK.  Thanks!

-- 
Daniel Jacobowitz
CodeSourcery


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