From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24380 invoked by alias); 26 Apr 2013 03:35:46 -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 24369 invoked by uid 89); 26 Apr 2013 03:35:45 -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-ob0-f176.google.com (HELO mail-ob0-f176.google.com) (209.85.214.176) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 26 Apr 2013 03:35:44 +0000 Received: by mail-ob0-f176.google.com with SMTP id wd20so3156834obb.35 for ; Thu, 25 Apr 2013 20:35:43 -0700 (PDT) X-Received: by 10.182.103.225 with SMTP id fz1mr16790503obb.53.1366947343386; Thu, 25 Apr 2013 20:35:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Thu, 25 Apr 2013 20:35:02 -0700 (PDT) In-Reply-To: <87li87ll0r.fsf@fleche.redhat.com> References: <87zjwuv0qn.fsf@fleche.redhat.com> <87li87ll0r.fsf@fleche.redhat.com> From: Hui Zhu Date: Fri, 26 Apr 2013 13:55:00 -0000 Message-ID: Subject: Re: [PATCH] not trigger pagination with dprintf To: Tom Tromey Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-04/txt/msg00801.txt.bz2 On Thu, Apr 25, 2013 at 4:40 AM, Tom Tromey wrote: >>>>>> "Hui" == Hui Zhu writes: > > Hui> Will you OK if I update patch to make printf_command call ui_printf > Hui> with filter is 0 just with dprintf? > > I just don't understand why dprintf should be special in this regard. > Nothing else is. Because as the Marc said in bugzilla, when pagination is triggered, inferior execution will be interrupted until the user answers the pagination prompt. And dptintf breakpoint call printf in its commands. So I want to make dprintf can handle it. Thanks, Hui > > Tom