From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4119 invoked by alias); 6 Dec 2010 20:58:37 -0000 Received: (qmail 4111 invoked by uid 22791); 6 Dec 2010 20:58:36 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Dec 2010 20:58:30 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id oB6KwSDu012537 for ; Mon, 6 Dec 2010 12:58:28 -0800 Received: from qyk7 (qyk7.prod.google.com [10.241.83.135]) by wpaz9.hot.corp.google.com with ESMTP id oB6Kv35A007719 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 6 Dec 2010 12:58:28 -0800 Received: by qyk7 with SMTP id 7so3852229qyk.14 for ; Mon, 06 Dec 2010 12:58:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.184.207 with SMTP id cl15mr5240128qcb.190.1291669107573; Mon, 06 Dec 2010 12:58:27 -0800 (PST) Received: by 10.220.203.201 with HTTP; Mon, 6 Dec 2010 12:58:27 -0800 (PST) In-Reply-To: <83sjya39sn.fsf@gnu.org> References: <20101129003949.502FC246199@ruffy.mtv.corp.google.com> <83tyiz8o0h.fsf@gnu.org> <83sjya39sn.fsf@gnu.org> Date: Mon, 06 Dec 2010 20:58: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/msg00056.txt.bz2 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. Ideally I'd just include a reference to the docs for "set data-directory" or --with-gdb-datadir, but those don't say much either. Blech.