This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

stdout when in gdb when using CYGWIN32=tty


stdout doesn't appear to be flushed when running a program in gdb.
This is only a problem when CYGWIN32=tty is set (but I need this
otherwise ioctl fails).

For example, if I run a hello world (below) in gdb and break at the
printf and step over it, I don't see any output. 
However, if I fprintf to stderr, I do see immediate output.
I also see immediate output when tty is turned off in CYGWIN32

main()
{
printf("hello world\n");
}

Is there an additional setting I can make to CYGWIN32 to change this
behaviour?

Ian Collins. 
KIWIPLAN NZ.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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