From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3129 invoked by alias); 16 Apr 2013 08:47:56 -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 3119 invoked by uid 89); 16 Apr 2013 08:47:55 -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; Tue, 16 Apr 2013 08:47:54 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MLC00C00B3N2D00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 16 Apr 2013 11:47:51 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MLC00BC2B3RHD60@a-mtaout22.012.net.il>; Tue, 16 Apr 2013 11:47:51 +0300 (IDT) Date: Tue, 16 Apr 2013 15:12:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 3/3] Documentation for the remove-symbol-file command. In-reply-to: <1366098721-18302-5-git-send-email-nicolas.blanc@intel.com> To: Nicolas Blanc Cc: gdb-patches@sourceware.org, nicolas.blanc@intel.com Reply-to: Eli Zaretskii Message-id: <8338uq6ev0.fsf@gnu.org> References: <1366098721-18302-1-git-send-email-nicolas.blanc@intel.com> <1366098721-18302-5-git-send-email-nicolas.blanc@intel.com> X-SW-Source: 2013-04/txt/msg00464.txt.bz2 > From: Nicolas Blanc > Cc: Nicolas Blanc > Date: Tue, 16 Apr 2013 09:52:01 +0200 > > 2013-04-05 Nicolas Blanc > > gdb/doc: > * gdb.texinfo (Commands to Specify Files): Added description > of the remove-symbol-file command. Thanks. > +@kindex remove-symbol-file > +@item remove-symbol-file @var{address} > +The @code{remove-symbol-file} command removes all symbol information about > +the file loaded at @var{address}. @var{address} must be an expression that ^^ Two spaces here. The documentation patch is OK with this change. Please also add an entry in NEWS for this new command.