From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13471 invoked by alias); 26 Jun 2013 02:48:04 -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 13461 invoked by uid 89); 26 Jun 2013 02:48:03 -0000 X-Spam-SWARE-Status: No, score=-3.1 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-f43.google.com (HELO mail-oa0-f43.google.com) (209.85.219.43) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 26 Jun 2013 02:48:02 +0000 Received: by mail-oa0-f43.google.com with SMTP id i7so14326088oag.30 for ; Tue, 25 Jun 2013 19:48:00 -0700 (PDT) X-Received: by 10.60.97.68 with SMTP id dy4mr767281oeb.90.1372214880724; Tue, 25 Jun 2013 19:48:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.116.101 with HTTP; Tue, 25 Jun 2013 19:47:20 -0700 (PDT) In-Reply-To: <51C9A1A3.7080701@redhat.com> References: <1361192891-29341-1-git-send-email-yao@codesourcery.com> <8738wpd3qe.fsf@fleche.redhat.com> <5176C14B.6010603@redhat.com> <51774714.9060306@codesourcery.com> <51969A92.80003@redhat.com> <519CBE2B.7060007@redhat.com> <51ACD6ED.7040604@redhat.com> <51C0A274.9010808@redhat.com> <51C7CA0C.5020809@mentor.com> <51C8A9FA.1050001@redhat.com> <51C95A89.2030809@mentor.com> <51C96986.9060804@redhat.com> <51C98355.8030605@mentor.com> <51C9A1A3.7080701@redhat.com> From: Hui Zhu Date: Wed, 26 Jun 2013 02:54:00 -0000 Message-ID: Subject: Re: [RFC] PR 15075 dprintf interferes with "next" To: Pedro Alves Cc: Hui Zhu , Tom Tromey , gdb-patches@sourceware.org, Keith Seitz , Yao Qi Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00753.txt.bz2 On Tue, Jun 25, 2013 at 9:56 PM, Pedro Alves wrote: > On 06/25/2013 12:47 PM, Hui Zhu wrote: > >> Thanks for your help. Checked in to http://sourceware.org/ml/gdb-cvs/2013-06/msg00156.html >> >> Can I commit the patch to 7.6 branch? > > Fine with me. This is pretty isolated to dprintf, so should > be safe enough. Please add a reference to the PRs at: > . > Thanks. Checked in to 7.6 branch. http://sourceware.org/ml/gdb-cvs/2013-06/msg00161.html http://sourceware.org/ml/gdb-cvs/2013-06/msg00162.html And I updated for this fix. Best, Hui > -- > Pedro Alves >