From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaud Charlet To: Fernando Nasser Cc: Andrew Cagney , Don Howard , gdb@sources.redhat.com Subject: Re: error-catching mechanism for scripts Date: Wed, 28 Nov 2001 06:57:00 -0000 Message-id: <20011128155716.B25392@dublin.int.act-europe.fr> References: <3C04653A.7000708@cygnus.com> <3C04F9F9.33596FE8@redhat.com> X-SW-Source: 2001-11/msg00310.html Another possibility would be to use Ada's syntax: begin body... exception when => action; ... end; Arno From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7768 invoked by alias); 28 Nov 2001 14:57:15 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7747 invoked from network); 28 Nov 2001 14:57:14 -0000 Received: from unknown (HELO dublin.ACT-Europe.FR) (212.157.227.154) by hostedprojects.ges.redhat.com with SMTP; 28 Nov 2001 14:57:14 -0000 Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 6BC70229E47; Wed, 28 Nov 2001 15:57:16 +0100 (MET) Date: Tue, 20 Nov 2001 08:44:00 -0000 From: Arnaud Charlet To: Fernando Nasser Cc: Andrew Cagney , Don Howard , gdb@sources.redhat.com Subject: Re: error-catching mechanism for scripts Message-ID: <20011128155716.B25392@dublin.int.act-europe.fr> References: <3C04653A.7000708@cygnus.com> <3C04F9F9.33596FE8@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C04F9F9.33596FE8@redhat.com>; from fnasser@redhat.com on Wed, Nov 28, 2001 at 09:51:37AM -0500 X-SW-Source: 2001-11/txt/msg00203.txt.bz2 Message-ID: <20011120084400.W5Y63H9CN6TIAA8GgIKXEcOm-olpQDxfAo1fYWXKwto@z> Another possibility would be to use Ada's syntax: begin body... exception when => action; ... end; Arno