From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23716 invoked by alias); 6 Dec 2010 22:17:18 -0000 Received: (qmail 23708 invoked by uid 22791); 6 Dec 2010 22:17:17 -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 22:17:12 +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 oB6MH9BK002973 for ; Mon, 6 Dec 2010 14:17:10 -0800 Received: from vws6 (vws6.prod.google.com [10.241.21.134]) by wpaz9.hot.corp.google.com with ESMTP id oB6MGrMq016693 for ; Mon, 6 Dec 2010 14:17:08 -0800 Received: by vws6 with SMTP id 6so5141909vws.6 for ; Mon, 06 Dec 2010 14:17:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.91.13 with SMTP id k13mr4896563qcm.299.1291673828475; Mon, 06 Dec 2010 14:17:08 -0800 (PST) Received: by 10.220.203.201 with HTTP; Mon, 6 Dec 2010 14:17:08 -0800 (PST) In-Reply-To: References: <20101129003949.502FC246199@ruffy.mtv.corp.google.com> <83tyiz8o0h.fsf@gnu.org> <83sjya39sn.fsf@gnu.org> <83pqte38nq.fsf@gnu.org> Date: Mon, 06 Dec 2010 22:17: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/msg00064.txt.bz2 On Mon, Dec 6, 2010 at 1:16 PM, Doug Evans wrote: > On Mon, Dec 6, 2010 at 1:15 PM, Eli Zaretskii wrote: >>> Date: Mon, 6 Dec 2010 12:58:27 -0800 >>> From: Doug Evans >>> Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org >>> >>> This is mostly just for testing, so I punted. >> >> If it's only for testing, do we need to document it in the manual? =A0Or >> maybe just say "for testing GDB using its test suite", and be done. > > Well, there's a difference b/w "mostly" and "only". :-) > > But I think a ref to node Data Files should be sufficient. > Whaddayathink? Without including all of the rest of the patch, which doesn't change, how about this? Index: doc/gdb.texinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.778 diff -u -p -r1.778 gdb.texinfo --- doc/gdb.texinfo 29 Nov 2010 23:20:57 -0000 1.778 +++ doc/gdb.texinfo 6 Dec 2010 22:13:50 -0000 @@ -1111,6 +1111,12 @@ used if possible. Run @value{GDBN} using @var{directory} as its working directory, instead of the current directory. +@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. @xref{Data Files}. + @item -fullname @itemx -f @cindex @code{--fullname}