From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2428 invoked by alias); 21 Aug 2013 17:58:57 -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 2419 invoked by uid 89); 21 Aug 2013 17:58:57 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.2 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 21 Aug 2013 17:58:56 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MRW00900779JZ00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 21 Aug 2013 20:58:54 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRW009DO7A5A080@a-mtaout20.012.net.il>; Wed, 21 Aug 2013 20:58:54 +0300 (IDT) Date: Wed, 21 Aug 2013 17:58:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Add possibility to force buffering mode for stdout/stderr In-reply-to: <"000f01ce9e93$88620770$99261650$@muller"@ics-cnrs.unistra.fr> To: Pierre Muller Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k3jfj57m.fsf@gnu.org> References: <"001201ce9e80$4b90b3e0$e2b21ba0$@muller"@ics-cnrs.unistra.fr> <83ppt7jb2f.fsf@gnu.org> <"000f01ce9e93$88620770$99261650$@muller"@ics-cnrs.unistra.fr> X-SW-Source: 2013-08/txt/msg00603.txt.bz2 > From: "Pierre Muller" > Cc: > Date: Wed, 21 Aug 2013 19:26:10 +0200 > > > 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! There's a node called "Maintenance Commands" which should be a good place, I think.