From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13964 invoked by alias); 2 May 2003 00:13:23 -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 13955 invoked from network); 2 May 2003 00:13:22 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 2 May 2003 00:13:22 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h420DLi32088; Thu, 1 May 2003 17:13:21 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc breakpoint] Catch exceptions References: <20030325030107.GA3889@nevyn.them.org> <20030427011306.GA4437@nevyn.them.org> From: David Carlton Date: Fri, 02 May 2003 00:13:00 -0000 In-Reply-To: <20030427011306.GA4437@nevyn.them.org> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00011.txt.bz2 On Sat, 26 Apr 2003 21:13:07 -0400, Daniel Jacobowitz said: > On Mon, Mar 24, 2003 at 10:01:07PM -0500, Daniel Jacobowitz wrote: >> The feature being implemented here is "catch catch" and "catch >> throw". > The patch I checked in is the below, plus some reindentation where I > moved two switch statements into else clauses. Could you add some testsuite cases for this when you have time? Thanks, David Carlton carlton@math.stanford.edu