Daniel Jacobowitz wrote: > 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! Doh! It turns out I've attached a patch that won't even compile. Although the difference to the real patch is trivial, for avoidance of doubt I attach the "right" patch and the delta to the previous one. Is this version OK? Sorry, Volodya