From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 523 invoked by alias); 12 Apr 2013 12:35:13 -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 514 invoked by uid 89); 12 Apr 2013 12:35:13 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 12 Apr 2013 12:35:13 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0ML5002006VNKM00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 12 Apr 2013 15:35:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ML50026K6YM3MC0@a-mtaout22.012.net.il>; Fri, 12 Apr 2013 15:35:10 +0300 (IDT) Date: Fri, 12 Apr 2013 16:03:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] add -s option to make -break-insert support dprintf In-reply-to: To: Hui Zhu Cc: palves@redhat.com, hui_zhu@mentor.com, gdb-patches@sourceware.org, marc.khouzam@ericsson.com Reply-to: Eli Zaretskii Message-id: <838v4o9bb4.fsf@gnu.org> References: <515451EA.1000200@mentor.com> <83y5d7wpvq.fsf@gnu.org> <516454DA.9040109@redhat.com> <51667EDC.9070207@redhat.com> X-SW-Source: 2013-04/txt/msg00383.txt.bz2 > From: Hui Zhu > Date: Fri, 12 Apr 2013 18:38:46 +0800 > Cc: Eli Zaretskii , Hui Zhu , > gdb-patches ml , Marc Khouzam > > >>> New MI features need a NEWS entry. > >> > >> This is for NEWS: > >> ** The -s of MI command -break-insert can set a dynamic printf. > >> > > > > Please send that as a real patch, so e.g., we can see what section of > > NEWS you're proposing adding it to. > > OK. I add this change to doc patch. It is OK, thanks.