From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14767 invoked by alias); 6 Oct 2009 07:18:32 -0000 Received: (qmail 14759 invoked by uid 22791); 6 Oct 2009 07:18:31 -0000 X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Oct 2009 07:18:25 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KR3000000670J00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Tue, 06 Oct 2009 09:18:23 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.224.43]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KR300AQF0AMNX90@i-mtaout1.012.net.il>; Tue, 06 Oct 2009 09:18:23 +0200 (IST) Date: Tue, 06 Oct 2009 07:18:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Make "directories" a variable In-reply-to: <20091006021038.70688843AC@ruffy.mtv.corp.google.com> To: dje@google.com (Doug Evans) Cc: gdb-patches@sourceware.org, tromey@redhat.com Reply-to: Eli Zaretskii Message-id: <838wfpngah.fsf@gnu.org> References: <20091006021038.70688843AC@ruffy.mtv.corp.google.com> X-IsSubscribed: yes 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 X-SW-Source: 2009-10/txt/msg00120.txt.bz2 > Date: Mon, 5 Oct 2009 19:10:38 -0700 (PDT) > From: dje@google.com (Doug Evans) > > (_initialize_source): Remove "directories" add_cmd, replace with > add_setshow_optional_filename_cmd. This will require a suitable change in the manual and a short note in NEWS. Thanks.