From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8638 invoked by alias); 5 Nov 2007 13:19:13 -0000 Received: (qmail 8628 invoked by uid 22791); 5 Nov 2007 13:19:12 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Nov 2007 13:19:09 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id AB18998353; Mon, 5 Nov 2007 13:19:07 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 6834B981F2; Mon, 5 Nov 2007 13:19:07 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Ip1r7-00074m-QW; Mon, 05 Nov 2007 08:19:05 -0500 Date: Mon, 05 Nov 2007 13:19:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: Ulrich Weigand , gdb-patches@sourceware.org Subject: Re: [RFC] Reducing the use of current_language - some patches Message-ID: <20071105131905.GA26912@caradoc.them.org> Mail-Followup-To: Joel Brobecker , Ulrich Weigand , gdb-patches@sourceware.org References: <20071031031711.GM5265@adacore.com> <200711041715.lA4HF0JL026952@d12av02.megacenter.de.ibm.com> <20071105035014.GA3911@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071105035014.GA3911@adacore.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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/msg00056.txt.bz2 On Sun, Nov 04, 2007 at 07:50:14PM -0800, Joel Brobecker wrote: > On the other hand, I'm not sure we're ready to have the parse context > contain the gdbarch. For instance, the breakpoint structure doesn't > save it, so we don't have access to it when we want to re_set the > breakpoint. I suspect we'd want to re-set with the current gdbarch anyway. The old one may no longer apply... -- Daniel Jacobowitz CodeSourcery