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] Unbuffer stdout and stderr on windows


> > Just a question: Would it be possible to emulate line buffering
> > as well? In my experience, the size of the buffer is fairly big,
> > and causes the output to appear only at fairly large intervals,
> > and in fairly large blobs.
> 
> I am not sure.  The goal of this patch is to keep the order of outputs
> from stdout and stderr correct, so I don't think much on emulating
> line buffering for stdout.  IMO, it can be addressed by a separated
> patch.

True! Let's keep the extra complexity out.

Thanks for doing this,
-- 
Joel


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