From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14356 invoked by alias); 5 Nov 2007 17:18:18 -0000 Received: (qmail 14340 invoked by uid 22791); 5 Nov 2007 17:18:17 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Nov 2007 17:18:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EB19D2ABAD0; Mon, 5 Nov 2007 12:18:13 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id owj6JlXtxaa7; Mon, 5 Nov 2007 12:18:13 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B5EAD2ABB34; Mon, 5 Nov 2007 12:18:13 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 5733FE7ACA; Mon, 5 Nov 2007 12:18:11 -0500 (EST) Date: Mon, 05 Nov 2007 17:18:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: Daniel Jacobowitz , gdb-patches@sourceware.org Subject: Re: [RFC] Reducing the use of current_language - some patches Message-ID: <20071105171811.GB3911@adacore.com> References: <20071105131905.GA26912@caradoc.them.org> <200711051525.lA5FPDPo030827@d12av02.megacenter.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711051525.lA5FPDPo030827@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00073.txt.bz2 > In any case, as long as the changes Joel implements use something > like a "parse context" structure to pass around, it should be > simple to extend that with a gdbarch if and when we want to solve > the multi-arch problem. > > For now, it's probably indeed best to leave it out. That sounds good to me. I'll try to work on that this week (there is something else I want to do for Daniel that I have been postponing for too long). -- Joel