From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4226 invoked by alias); 30 Nov 2010 05:16:43 -0000 Received: (qmail 4217 invoked by uid 22791); 30 Nov 2010 05:16:42 -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; Tue, 30 Nov 2010 05:16:36 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id oAU5GYtu003143 for ; Mon, 29 Nov 2010 21:16:34 -0800 Received: from qwf7 (qwf7.prod.google.com [10.241.194.71]) by wpaz5.hot.corp.google.com with ESMTP id oAU5FZpN009503 for ; Mon, 29 Nov 2010 21:16:33 -0800 Received: by qwf7 with SMTP id 7so112394qwf.35 for ; Mon, 29 Nov 2010 21:16:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.181.141 with SMTP id by13mr183961qab.98.1291094193258; Mon, 29 Nov 2010 21:16:33 -0800 (PST) Received: by 10.220.203.201 with HTTP; Mon, 29 Nov 2010 21:16:33 -0800 (PST) In-Reply-To: <20101130042206.GA1206@caradoc.them.org> References: <20101129003949.502FC246199@ruffy.mtv.corp.google.com> <20101130042206.GA1206@caradoc.them.org> Date: Tue, 30 Nov 2010 05:16:00 -0000 Message-ID: Subject: Re: [RFA] Don't install gdb.PYTHONDIR if -nx From: Doug Evans To: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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-11/txt/msg00496.txt.bz2 On Mon, Nov 29, 2010 at 8:22 PM, Daniel Jacobowitz wrote: > Why not an option to set gdb.PYTHONDIR > before loading anything? Or rather an option to set data-directory? [It might be tempting to do -x "set data-dir mumble" but -x is processed too late for .gdbinit.]