From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13029 invoked by alias); 29 Nov 2005 12:41:04 -0000 Received: (qmail 13021 invoked by uid 22791); 29 Nov 2005 12:41:03 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-04.spheriq.net (HELO lon-del-04.spheriq.net) (195.46.50.101) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Nov 2005 12:41:01 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-04.spheriq.net with ESMTP id jATCexTu026050 for ; Tue, 29 Nov 2005 12:40:59 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-03.spheriq.net with ESMTP id jATCevBd017198 for ; Tue, 29 Nov 2005 12:40:58 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id jATCeuoG016103 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 29 Nov 2005 12:40:56 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 6FF33DA43; Tue, 29 Nov 2005 12:40:55 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id AB9ED473BC; Tue, 29 Nov 2005 12:43:59 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 71AB075994; Tue, 29 Nov 2005 12:43:59 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DBCF7473C3; Tue, 29 Nov 2005 12:43:58 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHA27888 (AUTH "andrew stubbs"); Tue, 29 Nov 2005 12:40:53 GMT Message-ID: <438C4BD3.9060803@st.com> Date: Wed, 30 Nov 2005 01:38:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [PATCH] -nx-except-gdbtkinit option References: <437B5ED3.70805@st.com> <437CB049.6060304@st.com> <20051117194639.GA20312@nevyn.them.org> <437DB85D.3000505@st.com> <437DC47B.1020608@st.com> <20051118153306.GA9846@nevyn.them.org> In-Reply-To: <20051118153306.GA9846@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.0 X-IsSubscribed: yes 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/msg00499.txt.bz2 Daniel Jacobowitz wrote: >>>Would it make sense to not inhibit its loading under -nx? After all, >>>we don't inhibit loading ~/.inputrc under -nx, right? Why should the >>>toolkit be different? >> >>That would work fine for me. I don't know why it is any different, but >>it is different and I didn't feel comfortable changing the default, let >>alone removing the functionality altogether. This is probably a >>discussion for the Insight list. I think I'll test the water. > > I like this suggestion better anyway. If Insight is compiled in, have > it read its configuration. But the Insight guys didn't. However, they have accepted my patch here: http://sources.redhat.com/ml/insight/2005-q4/msg00037.html. This solves the problem entirely in Insight by having an environment variable override the -nx option. I don't know how this is for other people, but it solves the problem for me. Please disregard my -nx-except-gdbtkinit patch from now on (not that you weren't going to anyway). Thanks Andrew Stubbs