From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14947 invoked by alias); 7 May 2013 16:39:13 -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 14936 invoked by uid 89); 7 May 2013 16:39:13 -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,RCVD_IN_HOSTKARMA_YE,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 16:39:09 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MMF00400SRYK100@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Tue, 07 May 2013 19:39:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMF004QSSWZ85A0@a-mtaout23.012.net.il>; Tue, 07 May 2013 19:39:01 +0300 (IDT) Date: Tue, 07 May 2013 16:39:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] not trigger pagination with dprintf In-reply-to: To: Hui Zhu Cc: dje@google.com, tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k3naeodd.fsf@gnu.org> References: <87zjwuv0qn.fsf@fleche.redhat.com> <87li87ll0r.fsf@fleche.redhat.com> <87fvyd827o.fsf@fleche.redhat.com> X-SW-Source: 2013-05/txt/msg00244.txt.bz2 > From: Hui Zhu > Date: Tue, 7 May 2013 10:29:39 +0800 > Cc: Tom Tromey , gdb-patches ml , > Eli Zaretskii > > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -51,6 +51,9 @@ show remote trace-status-packet > ** The -trace-save MI command can optionally save trace buffer in Common > Trace Format now. > > +* When GDB executes the commands of any breakpoint, the GDB output > + pagination will be auto set to off. ^^^^ "automatically" > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo > @@ -4619,6 +4619,9 @@ commands to execute when your program st > example, you might want to print the values of certain expressions, or > enable other breakpoints. > > +When @value{GDBN} executes the commands of any breakpoint, > +the @value{GDBN} output pagination will be auto set to off. ^^^^ Same here. OK with these changes. Thanks.