From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22530 invoked by alias); 13 Dec 2010 19:36:31 -0000 Received: (qmail 22436 invoked by uid 22791); 13 Dec 2010 19:36:29 -0000 X-SWARE-Spam-Status: No, hits=-5.0 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, 13 Dec 2010 19:36:24 +0000 Received: from kpbe18.cbf.corp.google.com (kpbe18.cbf.corp.google.com [172.25.105.82]) by smtp-out.google.com with ESMTP id oBDJaLj0031372 for ; Mon, 13 Dec 2010 11:36:22 -0800 Received: from vws7 (vws7.prod.google.com [10.241.21.135]) by kpbe18.cbf.corp.google.com with ESMTP id oBDJZhID013898 for ; Mon, 13 Dec 2010 11:36:20 -0800 Received: by vws7 with SMTP id 7so3700554vws.3 for ; Mon, 13 Dec 2010 11:36:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.249.203 with SMTP id ml11mr4239266qcb.266.1292268980268; Mon, 13 Dec 2010 11:36:20 -0800 (PST) Received: by 10.220.210.12 with HTTP; Mon, 13 Dec 2010 11:36:20 -0800 (PST) In-Reply-To: References: <20101211004734.E48242461AD@ruffy.mtv.corp.google.com> <20101213185543.GB29492@host0.dyn.jankratochvil.net> Date: Mon, 13 Dec 2010 19:36:00 -0000 Message-ID: Subject: Re: [patch, doc RFA] New command-line option -na. From: Doug Evans To: Jan Kratochvil Cc: 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/msg00198.txt.bz2 On Mon, Dec 13, 2010 at 11:28 AM, Doug Evans wrote: >>> I'm renaming "maint set python auto-load on|off" to >>> "set auto-load-scripts on|off". >> >> I would find this part as a sufficient one. =A0Otherwise we should intro= duce >> a command-line option also for "debug-file-directory" and probably other= s. >> Do you find a common need for `-na'? > > The high order bit is the change to the option name. > > I wonder if it'd be sufficiently useful to provide support for adding > new command-line options in python. > Then I could add -na in system.gdbinit. ... setting aside problems with -nx :-).