From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31196 invoked by alias); 30 Nov 2010 15:29:26 -0000 Received: (qmail 31180 invoked by uid 22791); 30 Nov 2010 15:29:25 -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 15:29:21 +0000 Received: from hpaq7.eem.corp.google.com (hpaq7.eem.corp.google.com [172.25.149.7]) by smtp-out.google.com with ESMTP id oAUFTIOC009174 for ; Tue, 30 Nov 2010 07:29:19 -0800 Received: from vws6 (vws6.prod.google.com [10.241.21.134]) by hpaq7.eem.corp.google.com with ESMTP id oAUFTE8d021906 for ; Tue, 30 Nov 2010 07:29:17 -0800 Received: by vws6 with SMTP id 6so1835546vws.34 for ; Tue, 30 Nov 2010 07:29:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.184.207 with SMTP id cl15mr6656454qcb.190.1291130956713; Tue, 30 Nov 2010 07:29:16 -0800 (PST) Received: by 10.220.203.201 with HTTP; Tue, 30 Nov 2010 07:29:16 -0800 (PST) In-Reply-To: References: <20101129003949.502FC246199@ruffy.mtv.corp.google.com> <83tyiz8o0h.fsf@gnu.org> Date: Tue, 30 Nov 2010 15:29:00 -0000 Message-ID: Subject: Re: [RFA, doc RFA] Don't install gdb.PYTHONDIR if -nx From: Doug Evans To: Eli Zaretskii Cc: tromey@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-11/txt/msg00500.txt.bz2 On Tue, Nov 30, 2010 at 3:20 AM, Eli Zaretskii wrote: >> Date: Mon, 29 Nov 2010 20:11:07 -0800 >> From: Doug Evans >> Cc: tromey@redhat.com, gdb-patches@sourceware.org >> >> --- NEWS =A0 =A0 =A05 Nov 2010 16:55:37 -0000 =A0 =A0 =A0 1.411 >> +++ NEWS =A0 =A0 =A030 Nov 2010 04:09:31 -0000 >> @@ -3,6 +3,10 @@ >> >> =A0*** Changes since GDB 7.2 >> >> +* New command line options >> + >> +-np =A0Do not initialize the gdb python module. >> + > > Thanks, this is fine. Thanks. I think we're now blocked on whether we want "-np" or "-data-directory /foo" (or some such). I don't have a strong opinion on either, I like both. [For reference sake, I've been thinking it would be useful to have an option to turn off auto-loading of scripts specified in binaries. But that's a different patch. :-)]