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: [RFC] Improve testsuite for poor expect behavior


> X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
> 	version=3.1.0
> Date: Wed, 17 Jun 2009 07:54:29 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> > +#ifdef _WIN32
> > +  /* A Cygwin ssh session may not look like a terminal to the Windows
> > +     runtime; ensure unbuffered output.  */
> > +  setvbuf (stdout, NULL, _IONBF, BUFSIZ);
> > +  setvbuf (stderr, NULL, _IONBF, BUFSIZ);
> > +#endif
> 
> We have the exact same piece of code in our tree as well. We chose
> to put it in event-top, but it doesn't really matter.  I'd really
> like to see at least this part being committed.

Did someone check that switching it to binary will not interfere with
Emacs 23 GDB interface on Windows?


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