From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32510 invoked by alias); 21 Aug 2013 17:26:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 32493 invoked by uid 89); 21 Aug 2013 17:26:21 -0000 X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.201.46) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 21 Aug 2013 17:26:20 +0000 Received: from md13.u-strasbg.fr (md13.u-strasbg.fr [130.79.200.248]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r7LHQGQU002830 ; Wed, 21 Aug 2013 19:26:16 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from ms17.u-strasbg.fr (ms17.u-strasbg.fr [130.79.204.117]) by md13.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r7LHQFWY031302 ; Wed, 21 Aug 2013 19:26:16 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (Authenticated sender: mullerp) by ms17.u-strasbg.fr (Postfix) with ESMTPSA id 60D801FD95; Wed, 21 Aug 2013 19:26:14 +0200 (CEST) From: "Pierre Muller" To: "'Eli Zaretskii'" Cc: References: <"001201ce9e80$4b90b3e0$e2b21ba0$@muller"@ics-cnrs.unistra.fr> <83ppt7jb2f.fsf@gnu.org> In-Reply-To: <83ppt7jb2f.fsf@gnu.org> Subject: RE: [RFC] Add possibility to force buffering mode for stdout/stderr Date: Wed, 21 Aug 2013 17:26:00 -0000 Message-ID: <000f01ce9e93$88620770$99261650$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-08/txt/msg00602.txt.bz2 Hi Eli, > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Eli Zaretskii > Envoy=E9=A0: mercredi 21 ao=FBt 2013 17:52 > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFC] Add possibility to force buffering mode for stdout/stderr >=20 > > From: "Pierre Muller" > > 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. >=20 > Thanks. >=20 > 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