From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26570 invoked by alias); 23 Apr 2013 02:45: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 26559 invoked by uid 89); 23 Apr 2013 02:45:08 -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-oa0-f45.google.com (HELO mail-oa0-f45.google.com) (209.85.219.45) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 23 Apr 2013 02:45:07 +0000 Received: by mail-oa0-f45.google.com with SMTP id o17so134722oag.18 for ; Mon, 22 Apr 2013 19:45:05 -0700 (PDT) X-Received: by 10.182.103.225 with SMTP id fz1mr11048605obb.53.1366685105575; Mon, 22 Apr 2013 19:45:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Mon, 22 Apr 2013 19:44:25 -0700 (PDT) In-Reply-To: <87txmysgfy.fsf@fleche.redhat.com> References: <87fvymwkbi.fsf@fleche.redhat.com> <87txmysgfy.fsf@fleche.redhat.com> From: Hui Zhu Date: Tue, 23 Apr 2013 16:53:00 -0000 Message-ID: Subject: Re: [PATCH] Let dprintf can be saved To: Tom Tromey , Joel Brobecker Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-04/txt/msg00699.txt.bz2 On Tue, Apr 23, 2013 at 12:01 AM, Tom Tromey wrote: >>>>>> "Hui" == Hui Zhu writes: > > Hui> 2013-04-20 Hui Zhu > Hui> PR gdb/15165 > Hui> * gdb.base/save-bp.exp: Add test for dprintf. > > This is ok. > > FWIW I think it is best to merge the bug fix with the test case and > commit them as a single patch. > > Tom OK. Checked in together. http://sourceware.org/ml/gdb-cvs/2013-04/msg00221.html Can I commit this patch to 7.6 branch? Best, Hui