From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21947 invoked by alias); 4 Oct 2012 17:46:52 -0000 Received: (qmail 21931 invoked by uid 22791); 4 Oct 2012 17:46:50 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Oct 2012 17:46:45 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MBD00300QIBTH00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 04 Oct 2012 19:46:43 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MBD0031BQPVNF70@a-mtaout21.012.net.il>; Thu, 04 Oct 2012 19:46:43 +0200 (IST) Date: Thu, 04 Oct 2012 17:46:00 -0000 From: Eli Zaretskii Subject: Re: [doc RFA] New option -nh In-reply-to: <20589.50581.949799.342799@ruffy2.mtv.corp.google.com> To: dje@google.com Cc: sergiodj@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83a9w286zy.fsf@gnu.org> References: <20589.50581.949799.342799@ruffy2.mtv.corp.google.com> 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: 2012-10/txt/msg00087.txt.bz2 > Date: Thu, 4 Oct 2012 10:21:25 -0700 > Cc: gdb-patches@sourceware.org, > From: dje@google.com > > Eli Zaretskii writes: > > > +* New command line options: > > > + > > > +-nh Like -nx, but only disable auto-loading of ~/.gdbinit. > > > > I'd suggest to mention in parentheses what -nx does that -nh doesn't. > > This is a just NEWS item. > Adding all that extra text worsens the S/N ratio IMO. Not if you get it right ;-) How about this: -nh Disables auto-loading of ~/.gdbinit, but still executes all the other initialization files, unlike -nx which disables all of them. > +It is loaded first when gdb starts, before command line options ^^^ @value{GDBN} OK with this correction. Thanks.