From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3884 invoked by alias); 25 Jun 2013 11:47:43 -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 3869 invoked by uid 89); 25 Jun 2013 11:47:41 -0000 X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 25 Jun 2013 11:47:40 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1UrRij-00024I-FX from Hui_Zhu@mentor.com ; Tue, 25 Jun 2013 04:47:37 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 25 Jun 2013 04:47:37 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.2.247.3; Tue, 25 Jun 2013 04:47:36 -0700 Message-ID: <51C98355.8030605@mentor.com> Date: Tue, 25 Jun 2013 13:02:00 -0000 From: Hui Zhu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Thunderbird/22.0 MIME-Version: 1.0 To: Pedro Alves CC: Hui Zhu , Tom Tromey , , Keith Seitz , Yao Qi Subject: Re: [RFC] PR 15075 dprintf interferes with "next" 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> In-Reply-To: <51C96986.9060804@redhat.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00695.txt.bz2 On 06/25/13 17:57, Pedro Alves wrote: > On 06/25/2013 09:53 AM, Hui Zhu wrote: >> On 06/25/13 04:20, Pedro Alves wrote: > >>> See patchlet on top of yours below. Please merge it with >>> yours, and push the result in (and post it, for the archives). >> >> Hi Pedro, >> >> Thanks for your patch. >> >> I merged it with old patch together. >> >> Please help me review it. > > OK. > > Thanks, > 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? Thanks, Hui