From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6750 invoked by alias); 25 Apr 2013 01:47:26 -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 6740 invoked by uid 89); 25 Apr 2013 01:47:25 -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-f49.google.com (HELO mail-oa0-f49.google.com) (209.85.219.49) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 25 Apr 2013 01:47:23 +0000 Received: by mail-oa0-f49.google.com with SMTP id j1so2357440oag.22 for ; Wed, 24 Apr 2013 18:47:22 -0700 (PDT) X-Received: by 10.60.136.129 with SMTP id qa1mr14588852oeb.47.1366854442179; Wed, 24 Apr 2013 18:47:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Wed, 24 Apr 2013 18:46:42 -0700 (PDT) In-Reply-To: <874nevlkge.fsf@fleche.redhat.com> References: <87bo9awjgf.fsf@fleche.redhat.com> <87k3nusfzm.fsf@fleche.redhat.com> <874nevlkge.fsf@fleche.redhat.com> From: Hui Zhu Date: Thu, 25 Apr 2013 13:49: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/msg00768.txt.bz2 On Thu, Apr 25, 2013 at 4:53 AM, Tom Tromey wrote: >>>>>> "Hui" == Hui Zhu writes: > > Hui> Checked in to http://sourceware.org/ml/gdb-cvs/2013-04/msg00222.html > > Hui> Can I check in this patch to 7.6 branch. > > Sure. Checked in http://www.sourceware.org/ml/gdb-cvs/2013-04/msg00233.html Thanks, Hui > > Tom