From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3282 invoked by alias); 26 Apr 2005 18:08:36 -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 2849 invoked from network); 26 Apr 2005 18:08:25 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 26 Apr 2005 18:08:25 -0000 Received: from zaretski (IGLD-80-230-41-251.inter.net.il [80.230.41.251]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EFX42648 (AUTH halo1); Tue, 26 Apr 2005 21:08:08 +0300 (IDT) Date: Tue, 26 Apr 2005 18:08:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c54a8a$Blat.v2.4$d4ceebc0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <426DCA57.9070206@gnu.org> (message from Andrew Cagney on Tue, 26 Apr 2005 00:57:59 -0400) Subject: Re: [commit] Add "struct exception" Reply-to: Eli Zaretskii References: <41E5B980.7030502@gnu.org> <01c4f92b$Blat.v2.2.2$a7bb5ac0@zahav.net.il> <41E7213D.7090904@gnu.org> <426DCA57.9070206@gnu.org> X-SW-Source: 2005-04/txt/msg00347.txt.bz2 > Date: Tue, 26 Apr 2005 00:57:59 -0400 > From: Andrew Cagney > CC: gdb-patches@sources.redhat.com > > >> Something like ``struct gdb_exception'' would probably be better. > > > > > > Ah, thanks. I'll rename it. > > Sorry to take so long, I've committed the attached. Thanks!