From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10102 invoked by alias); 6 Dec 2010 21:15:24 -0000 Received: (qmail 10085 invoked by uid 22791); 6 Dec 2010 21:15:22 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Dec 2010 21:15:17 +0000 Received: from kpbe19.cbf.corp.google.com (kpbe19.cbf.corp.google.com [172.25.105.83]) by smtp-out.google.com with ESMTP id oB6LFEag015430 for ; Mon, 6 Dec 2010 13:15:15 -0800 Received: from qwd6 (qwd6.prod.google.com [10.241.193.198]) by kpbe19.cbf.corp.google.com with ESMTP id oB6LFDn1026991 for ; Mon, 6 Dec 2010 13:15:13 -0800 Received: by qwd6 with SMTP id 6so1791304qwd.37 for ; Mon, 06 Dec 2010 13:15:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.184.207 with SMTP id cl15mr5254930qcb.190.1291670112845; Mon, 06 Dec 2010 13:15:12 -0800 (PST) Received: by 10.220.203.201 with HTTP; Mon, 6 Dec 2010 13:15:12 -0800 (PST) In-Reply-To: References: <20101129003949.502FC246199@ruffy.mtv.corp.google.com> <83tyiz8o0h.fsf@gnu.org> <83sjya39sn.fsf@gnu.org> Date: Mon, 06 Dec 2010 21:15:00 -0000 Message-ID: Subject: Re: [RFA, doc RFA] Don't install gdb.PYTHONDIR if -nx From: Doug Evans To: Eli Zaretskii Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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/msg00057.txt.bz2 Yay. How about just a ref to @node Data Files? On Mon, Dec 6, 2010 at 12:58 PM, Doug Evans wrote: > On Mon, Dec 6, 2010 at 12:50 PM, Eli Zaretskii wrote: >>> 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 =A0Specify 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? =A0Without knowing that, >> there's no chance users will benefit from this option. > > This is mostly just for testing, so I punted. > But ok. =A0Ideally I'd just include a reference to the docs for "set > data-directory" or --with-gdb-datadir, but those don't say much > either. =A0Blech. >