From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9419 invoked by alias); 21 May 2013 04:25:06 -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 9355 invoked by uid 89); 21 May 2013 04:25:00 -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-f50.google.com (HELO mail-oa0-f50.google.com) (209.85.219.50) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 21 May 2013 04:24:58 +0000 Received: by mail-oa0-f50.google.com with SMTP id l20so239572oag.9 for ; Mon, 20 May 2013 21:24:56 -0700 (PDT) X-Received: by 10.60.92.230 with SMTP id cp6mr315541oeb.91.1369110296881; Mon, 20 May 2013 21:24:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.38.193 with HTTP; Mon, 20 May 2013 21:24:16 -0700 (PDT) In-Reply-To: <83bo85wt9u.fsf@gnu.org> References: <515451EA.1000200@mentor.com> <83y5d7wpvq.fsf@gnu.org> <516454DA.9040109@redhat.com> <87ppxzhfqy.fsf@fleche.redhat.com> <516C2549.3060808@redhat.com> <87vc7ithtj.fsf@fleche.redhat.com> <87wqrrll9m.fsf@fleche.redhat.com> <87d2t2tt02.fsf@fleche.redhat.com> <87ehdehnc9.fsf@fleche.redhat.com> <838v3masbd.fsf@gnu.org> <834ne6an8h.fsf@gnu.org> <83bo85wt9u.fsf@gnu.org> From: Hui Zhu Date: Tue, 21 May 2013 04:25:00 -0000 Message-ID: Subject: Re: [PATCH] add -s option to make -break-insert support dprintf To: Eli Zaretskii Cc: tromey@redhat.com, palves@redhat.com, hui_zhu@mentor.com, gdb-patches@sourceware.org, marc.khouzam@ericsson.com Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg00752.txt.bz2 On Mon, May 20, 2013 at 11:44 PM, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Mon, 20 May 2013 15:30:44 +0800 >> Cc: tromey@redhat.com, palves@redhat.com, hui_zhu@mentor.com, >> gdb-patches@sourceware.org, marc.khouzam@ericsson.com >> >> Ping http://sourceware.org/ml/gdb-patches/2013-05/msg00460.html > > OK. Checked in http://sourceware.org/ml/gdb-cvs/2013-05/msg00193.html Thanks, Hui