From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9239 invoked by alias); 23 Apr 2013 03:22:00 -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 9227 invoked by uid 89); 23 Apr 2013 03:22:00 -0000 X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-ob0-f181.google.com (HELO mail-ob0-f181.google.com) (209.85.214.181) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 23 Apr 2013 03:21:59 +0000 Received: by mail-ob0-f181.google.com with SMTP id ta17so138496obb.26 for ; Mon, 22 Apr 2013 20:21:57 -0700 (PDT) X-Received: by 10.182.79.165 with SMTP id k5mr15316018obx.24.1366687317482; Mon, 22 Apr 2013 20:21:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Mon, 22 Apr 2013 20:21:17 -0700 (PDT) In-Reply-To: <87k3nusfzm.fsf@fleche.redhat.com> References: <87bo9awjgf.fsf@fleche.redhat.com> <87k3nusfzm.fsf@fleche.redhat.com> From: Hui Zhu Date: Tue, 23 Apr 2013 17:13:00 -0000 Message-ID: Subject: Re: [PATCH] Fix bug 15293 Ignore-count does not work properly with dprintf To: Tom Tromey Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-04/txt/msg00700.txt.bz2 On Tue, Apr 23, 2013 at 12:10 AM, Tom Tromey wrote: >>> But it seems to me that "ignore" should make the "dprintf" not print >>> anything at all. Otherwise, what is being ignored? > > Hui> If dprintf is not ignore, it will stop, print and continue. > Hui> If ignore, it will not stop. So it will not print anything. > > Ok, I see. > The first time I tried it I think I must have misread the output. > > Hui> Because after breakpoint pass this ignore, it will not show in "info break" > > Ok, thanks. > > The patch is ok. > > Tom Checked in to http://sourceware.org/ml/gdb-cvs/2013-04/msg00222.html Can I check in this patch to 7.6 branch. Thanks, Hui