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 5/6] testsuite: Introduce $inferior_spawn_id


Hi Pedro,
This patch is fine by me.

On 27/02/15 10:59, Pedro Alves wrote:
+  /* Always force this for Windows testing.  To a native Windows
+     program running under under a Cygwin shell/ssh, stdin is really a

Double "under".

+     Windows pipe, thus not a tty and its outputs ends up fully
+     buffered.  */
+#ifndef __MINGW32__
+  if (!isatty (fileno (stdin)))
+#endif

Include unistd.h for isatty?

--
Yao (éå)


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