From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7129 invoked by alias); 24 Jul 2013 01:56:08 -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 7118 invoked by uid 89); 24 Jul 2013 01:56:08 -0000 X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-bk0-f42.google.com) (209.85.214.42) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 24 Jul 2013 01:56:06 +0000 Received: by mail-bk0-f42.google.com with SMTP id jk13so3302577bkc.15 for ; Tue, 23 Jul 2013 18:55:58 -0700 (PDT) X-Received: by 10.204.230.71 with SMTP id jl7mr5035308bkb.72.1374630958701; Tue, 23 Jul 2013 18:55:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.0.75 with HTTP; Tue, 23 Jul 2013 18:55:18 -0700 (PDT) In-Reply-To: <8761w1yu6e.fsf@fleche.redhat.com> References: <51D2E749.9020604@codesourcery.com> <51D4030F.6070000@codesourcery.com> <51D42272.20209@codesourcery.com> <87r4f6gxfn.fsf@fleche.redhat.com> <87hafsc7cd.fsf@fleche.redhat.com> <8761w1yu6e.fsf@fleche.redhat.com> From: Hui Zhu Date: Wed, 24 Jul 2013 01:56:00 -0000 Message-ID: Subject: Re: [PATCH] Fix PR 15692 -dprintf-insert does not accept double quotes To: Tom Tromey Cc: Yao Qi , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-07/txt/msg00554.txt.bz2 On Wed, Jul 24, 2013 at 3:04 AM, Tom Tromey wrote: >>>>>> "Hui" == Hui Zhu writes: > > Hui> Checked in http://sourceware.org/ml/gdb-cvs/2013-07/msg00090.html > Hui> Do you think this patch is OK for 7.6 branch? > > I think it would be fine. Oops. I am sorry that I make a mistake. dprintf-insert patches is not committed to 7.6 branch. So this patch is not need for 7.6 branch. Thanks, Hui > > Tom