From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7386 invoked by alias); 18 Jun 2013 16:22:25 -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 7369 invoked by uid 89); 18 Jun 2013 16:22:22 -0000 X-Spam-SWARE-Status: No, score=-4.2 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 mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 18 Jun 2013 16:22:21 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MOL00C00K1PLO00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 18 Jun 2013 19:22:11 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MOL00C95K4ZFB70@a-mtaout21.012.net.il>; Tue, 18 Jun 2013 19:22:11 +0300 (IDT) Date: Tue, 18 Jun 2013 16:23:00 -0000 From: Eli Zaretskii Subject: Re: [patch v9 3/5] Documentation for the remove-symbol-file command. In-reply-to: <1371566833-4713-4-git-send-email-nicolas.blanc@intel.com> To: Nicolas Blanc Cc: gdb-patches@sourceware.org, Hafiz_Abid@mentor.com, palves@redhat.com, tromey@redhat.com, yao@codesourcery.com, lgustavo@codesourcery.com, dje@google.com, nicolas.blanc@intel.com Reply-to: Eli Zaretskii Message-id: <837ghrs81z.fsf@gnu.org> References: <1371566833-4713-1-git-send-email-nicolas.blanc@intel.com> <1371566833-4713-4-git-send-email-nicolas.blanc@intel.com> X-SW-Source: 2013-06/txt/msg00433.txt.bz2 > From: Nicolas Blanc > Cc: nicolas.blanc@intel.com > Date: Tue, 18 Jun 2013 16:47:11 +0200 > > 2013-04-05 Nicolas Blanc > > * NEWS: Add description of the remove-symbol-file command. > gdb/doc > * gdb.texinfo (Commands to Specify Files): Add description > of the remove-symbol-file command. This is OK, thanks.