From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17489 invoked by alias); 2 Jun 2005 16:54:32 -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 17342 invoked by uid 22791); 2 Jun 2005 16:54:20 -0000 Received: from s142-179-108-108.bc.hsia.telus.net (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 02 Jun 2005 16:54:20 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 9DCD447959; Thu, 2 Jun 2005 09:54:18 -0700 (PDT) Date: Thu, 02 Jun 2005 16:54:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFC/RFA] Set current language when dumping symtab Message-ID: <20050602165418.GA3800@adacore.com> References: <20050504001955.GE2439@adacore.com> <20050528234905.GF22435@nevyn.them.org> <20050529021056.GF18754@adacore.com> <20050529025401.GA14380@nevyn.them.org> <20050530054538.GM18754@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050530054538.GM18754@adacore.com> User-Agent: Mutt/1.4i X-SW-Source: 2005-06/txt/msg00019.txt.bz2 > > > #define TRY_CATCH(EXCEPTION,MASK) \ > > > { \ > > > EXCEPTIONS_SIGJMP_BUF *buf = \ > > > exceptions_state_mc_init (uiout, &(EXCEPTION), (MASK)); \ > > > EXCEPTIONS_SIGSETJMP (*buf); \ > > > } \ > > > while (exceptions_state_mc_action_iter ()) \ > > > while (exceptions_state_mc_action_iter_1 ()) > > > > > > There is a dependency on "uiout". Perhaps it would be better to include > > > that file from exceptions.h, rather than requiring all clients to include > > > it themselves? I could send a separate RFA for that. > > > > Yes please. I figured it was something like that, went looking at the > > definition, and my eyes skipped right over it. > > Sure. Patch sent, although I can provide the URL yet, as sources.redhat.com > is unfortunately refusing connections on port 25. Will send the URL as > a followup message as soon as the problem is fixed. Just for the record, the URL in question is: http://sources.redhat.com/ml/gdb-patches/2005-05/msg00632.html -- Joel