From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2258 invoked by alias); 4 Nov 2005 11:56:27 -0000 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 Received: (qmail 2199 invoked by uid 22791); 4 Nov 2005 11:56:24 -0000 Received: from fra-del-04.spheriq.net (HELO fra-del-04.spheriq.net) (195.46.51.100) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 04 Nov 2005 11:56:24 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-04.spheriq.net with ESMTP id jA4BuLHc011007 for ; Fri, 4 Nov 2005 11:56:21 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-01.spheriq.net with ESMTP id jA4BuJrD008729 for ; Fri, 4 Nov 2005 11:56:19 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id jA4BuI23007050 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Fri, 4 Nov 2005 11:56:18 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 146B2DA42 for ; Fri, 4 Nov 2005 11:56:18 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 490994728B; Fri, 4 Nov 2005 11:59:11 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0F18775994 for ; Fri, 4 Nov 2005 11:59:11 +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 9963F4728A for ; Fri, 4 Nov 2005 11:59:10 +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 CFV02546 (AUTH "andrew stubbs"); Fri, 4 Nov 2005 11:56:15 GMT Message-ID: <436B4BE3.7060201@st.com> Date: Fri, 04 Nov 2005 22:36:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Andrew Stubbs Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Fix -w option References: <435E2756.8060103@st.com> In-Reply-To: <435E2756.8060103@st.com> 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.1.07 X-SW-Source: 2005-11/txt/msg00068.txt.bz2 Andrew Stubbs wrote: > Hi, > > The -w option does not do anything anymore. > > The attached patch fixes the problem and allows it to open Insight once > more. It also tidies up the use of interpreter_p a little wrt the tui. No word on this one yet. Is it OK? Andrew Stubbs