From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2580 invoked by alias); 6 Dec 2010 20:50:52 -0000 Received: (qmail 2569 invoked by uid 22791); 6 Dec 2010 20:50:51 -0000 X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Dec 2010 20:50:44 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LD000E00XON9400@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Mon, 06 Dec 2010 22:50:42 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.69.203]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LD000ENJXWG8310@a-mtaout21.012.net.il>; Mon, 06 Dec 2010 22:50:42 +0200 (IST) Date: Mon, 06 Dec 2010 20:50:00 -0000 From: Eli Zaretskii Subject: Re: [RFA, doc RFA] Don't install gdb.PYTHONDIR if -nx In-reply-to: To: Doug Evans Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sjya39sn.fsf@gnu.org> References: <20101129003949.502FC246199@ruffy.mtv.corp.google.com> <83tyiz8o0h.fsf@gnu.org> 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: 2010-12/txt/msg00055.txt.bz2 > Date: Mon, 6 Dec 2010 12:43:02 -0800 > From: Doug Evans > Cc: gdb-patches@sourceware.org > > Eli, can I have a doc RFA. Sure. > +* New command line options > + > +-data-directory DIR Specify DIR as the "data-directory". > + How about saying what is this directory good for? > +@item -data-directory @var{directory} > +@cindex @code{--data-directory} > +Run @value{GDBN} using @var{directory} as its data-directory. > +The data-directory is where @value{GDBN} searches for its > +auxiliary files. Same here: what "auxiliary files" are those? Without knowing that, there's no chance users will benefit from this option. Thanks.