From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9202 invoked by alias); 16 Nov 2005 20:11:01 -0000 Received: (qmail 9179 invoked by uid 22791); 16 Nov 2005 20:10:56 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 16 Nov 2005 20:10:56 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-33-244.inter.net.il [80.230.33.244]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CZN10130 (AUTH halo1); Wed, 16 Nov 2005 22:10:36 +0200 (IST) Date: Wed, 16 Nov 2005 22:43:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew STUBBS CC: gdb-patches@sources.redhat.com In-reply-to: <437B5ED3.70805@st.com> (message from Andrew STUBBS on Wed, 16 Nov 2005 16:31:15 +0000) Subject: Re: [PATCH] -nx-except-gdbtkinit option Reply-to: Eli Zaretskii References: <437B5ED3.70805@st.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00251.txt.bz2 > Date: Wed, 16 Nov 2005 16:31:15 +0000 > From: Andrew STUBBS > > The attached patch adds a new option named '-nx-except-gdbtkinit'. Not > exactly a snappy name, but it does what it says on the tin and I only > intend it for use with a wrapper script we use. I can add a shorter name > if required. > > The -nx option disables .gdbinit but also disables .gdbtkinit, which is > not what I desire. The -nx-except-gdbtkinit does the same as -nx, but > without affecting the configuration of Insight. First, you didn't send a documentation patch. Second, please tell more about the situations when this option could be useful.