From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17229 invoked by alias); 20 Feb 2014 08:34:00 -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 17212 invoked by uid 89); 20 Feb 2014 08:34:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 20 Feb 2014 08:33:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AD8A6116620; Thu, 20 Feb 2014 03:33:57 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tV9+RGt+YWnV; Thu, 20 Feb 2014 03:33:57 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7EA8E11661E; Thu, 20 Feb 2014 03:33:57 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3D330E08A4; Thu, 20 Feb 2014 09:33:56 +0100 (CET) Date: Thu, 20 Feb 2014 08:34:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [Windows/RFA/commit] Deprecate windows-specific dll-symbols command and aliases Message-ID: <20140220083356.GA4113@adacore.com> References: <52FB88CB.6000706@redhat.com> <20140212171738.GR5485@adacore.com> <20140213120103.GZ5485@adacore.com> <834n43rofm.fsf@gnu.org> <20140213164307.GA5485@adacore.com> <83wqgzq71r.fsf@gnu.org> <52FCFFBA.3050104@redhat.com> <83ppmqrjww.fsf@gnu.org> <20140219094327.GA4530@adacore.com> <83ob2359x5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83ob2359x5.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00622.txt.bz2 > > Attached is the new version of the patch, with the GDB manual now > > simply stating that the commands are deprecated instead of removing > > their documentation. Can you tell me if the changes look OK? > > Yes, it's OK. > > Thanks. Thanks, Eli. The patch is now in. > > gdb/ChangeLog: > > > > * windows-nat.c (_initialize_windows_nat): Deprecate the > > "dll-symbols" command. Turn the "add-shared-symbol-files" > > and "assf" aliases into commands, and deprecate them as well. > > * NEWS: Add entry explaining that "dll-symbols" and its two > > aliases are now deprecated. > > > > gdb/doc/ChangeLog: > > > > * gdb.texinfo (Files): Document "add-shared-symbol-files" > > and "assf" as being deprecated. > > (Cygwin Native): Likewise for "dll-symbols". > > (Non-debug DLL Symbols): Remove reference to "dll-symbols" > > as a way to force the loading of symbols from a DLL. -- Joel