From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7965 invoked by alias); 10 May 2013 11:21:52 -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 7934 invoked by uid 89); 10 May 2013 11:21:49 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-oa0-f52.google.com (HELO mail-oa0-f52.google.com) (209.85.219.52) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 10 May 2013 11:21:48 +0000 Received: by mail-oa0-f52.google.com with SMTP id h1so4804214oag.11 for ; Fri, 10 May 2013 04:21:46 -0700 (PDT) X-Received: by 10.60.84.33 with SMTP id v1mr6346112oey.36.1368184906509; Fri, 10 May 2013 04:21:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Fri, 10 May 2013 04:21:06 -0700 (PDT) In-Reply-To: <83d2t2ejan.fsf@gnu.org> References: <87zjwuv0qn.fsf@fleche.redhat.com> <87li87ll0r.fsf@fleche.redhat.com> <87fvyd827o.fsf@fleche.redhat.com> <83k3naeodd.fsf@gnu.org> <87sj1yu0hj.fsf@fleche.redhat.com> <83d2t2ejan.fsf@gnu.org> From: Hui Zhu Date: Fri, 10 May 2013 11:21:00 -0000 Message-ID: Subject: Re: [PATCH] not trigger pagination with dprintf To: gdb-patches ml , Doug Evans , tromey@redhat.com Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg00376.txt.bz2 On Wed, May 8, 2013 at 2:28 AM, Eli Zaretskii wrote: >> Date: Tue, 7 May 2013 11:10:25 -0700 >> From: Doug Evans >> Cc: Eli Zaretskii , Hui Zhu , >> gdb-patches >> >> On Tue, May 7, 2013 at 11:08 AM, Tom Tromey wrote: >> >>>>>> "Doug" == Doug Evans writes: >> > >> > Doug> I'm kinda on the fence, and I'd like to hear what other GMs think. >> > >> > I still don't understand what is wrong with asking the user to disable >> > pagination if that is what is desired. Maybe the user actually wants >> > pagination sometimes. >> >> Me neither. >> For the sake of discussion, >> One could turn it around, however, and phrase the question as >> "What should the default be while executing breakpoint commands?" > > What we do today, I guess, which means ON. What I thought is: Plan A, post "set pagination on" to 15182 as workaround. And update doc add some introduce to dprintf part about that if need. Plan B, add a switch to current patch that can switch on and off of pagination with commands. It also need update doc for that. I prefer A. What about you? Thanks, Hui