From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19008 invoked by alias); 20 Oct 2005 17:56:11 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19000 invoked by uid 22791); 20 Oct 2005 17:56:08 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 20 Oct 2005 17:56:08 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1ESee4-0003Jh-6S; Thu, 20 Oct 2005 13:56:04 -0400 Date: Thu, 20 Oct 2005 17:56:00 -0000 From: Daniel Jacobowitz To: Andrew STUBBS Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: PATCH: Problem union comparision in TUI Message-ID: <20051020175604.GA12714@nevyn.them.org> Mail-Followup-To: Andrew STUBBS , Eli Zaretskii , gdb-patches@sources.redhat.com References: <4353BA69.1030401@st.com> <43561685.3010300@st.com> <20051019200751.GA19037@nevyn.them.org> <43576E68.8080804@st.com> <4357C346.8070400@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4357C346.8070400@st.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00169.txt.bz2 On Thu, Oct 20, 2005 at 05:18:14PM +0100, Andrew STUBBS wrote: > Therefore, an alternative fix for this problem would be to figure out > which window we are in for the problem comparison. I an not sure whether > that would be a better solution or not. You _should_ already be able to do this: almost all places already check. I recommend taking a closer look at just the ones which don't to see if you can find the window context. -- Daniel Jacobowitz CodeSourcery, LLC