From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1773 invoked by alias); 11 Nov 2005 10:35:15 -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 1716 invoked by uid 22791); 11 Nov 2005 10:35:08 -0000 Received: from lon-del-02.spheriq.net (HELO lon-del-02.spheriq.net) (195.46.50.98) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 11 Nov 2005 10:35:08 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-02.spheriq.net with ESMTP id jABAZ1md029523 for ; Fri, 11 Nov 2005 10:35:01 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 jABAYx29022367 for ; Fri, 11 Nov 2005 10:35:00 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 jABAYtRk025834 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 11 Nov 2005 10:34:57 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 AE6F3DA45; Fri, 11 Nov 2005 10:34:50 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id E3B40473E1; Fri, 11 Nov 2005 10:37:46 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A27E075995; Fri, 11 Nov 2005 10:37:46 +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 8A71147372; Fri, 11 Nov 2005 10:37:45 +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 CGZ02947 (AUTH "andrew stubbs"); Fri, 11 Nov 2005 10:34:47 GMT Message-ID: <4374733A.3050004@st.com> Date: Fri, 11 Nov 2005 18:21:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Mark Kettenis Cc: drow@false.org, gdb-patches@sources.redhat.com Subject: Re: [SH][PATCH] Disable ABI frame sniffer References: <43722DEF.8060300@st.com> <20051110013122.GB11334@nevyn.them.org> <437321EE.7010904@st.com> <20051110133905.GB21420@nevyn.them.org> <43735A1D.6010406@st.com> <200511102259.jAAMxdJC029449@elgar.sibelius.xs4all.nl> In-Reply-To: <200511102259.jAAMxdJC029449@elgar.sibelius.xs4all.nl> 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/msg00144.txt.bz2 Mark Kettenis wrote: > But can you guarantee that other people won't need the fallback? It remains on be default. I'm not suggesting removing the unwinder, merely adding an option to tell it to 'get lost' when it gets annoying. > So I mostly agree with Daniel, and think your patch is a bad idea. Sorry. Fair enough. I'm happy to look into an alternative, but don't I see one yet. Andrew