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] Add possibility to force buffering mode for stdout/stderr


 Hi Eli,

> -----Message d'origine-----
> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Eli Zaretskii
> Envoyé : mercredi 21 août 2013 17:52
> À : Pierre Muller
> Cc : gdb-patches@sourceware.org
> Objet : Re: [RFC] Add possibility to force buffering mode for
stdout/stderr
> 
> > From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> > Date: Wed, 21 Aug 2013 17:08:29 +0200
> >
> > This patch add
> > setvbuf wrapping inside ui_file structure.
> >
> > This maintenance feature is
> > to allow to test the effect of
> > changing the buffering mode on the testsuite output.
> >
> > basically adding
> > "-ex {maint setvbuf stdout full 1000000}"
> > or
> > "-ex {maint setvbuf stdout line 80}"
> > should allow to test both performance differences
> > induced by buffering changes and possible regressions
> > in testsuite results.
> 
> Thanks.
> 
> Please also document this command in the manual.

  Where should I add information about such a feature...
as it is only useful for developers,
it's probably better to put it into gdbint.texinfo, no?
  But I found no obvious place where to put such information...

I need your help here!

Pierre


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