From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5881 invoked by alias); 10 Jun 2009 16:13:08 -0000 Received: (qmail 5872 invoked by uid 22791); 10 Jun 2009 16:13:08 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Jun 2009 16:13:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 516952BAAE0; Wed, 10 Jun 2009 12:13:00 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CgBNK4aOGD3k; Wed, 10 Jun 2009 12:13:00 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ADDFA2BAACC; Wed, 10 Jun 2009 12:12:59 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 55ECCF596C; Wed, 10 Jun 2009 12:12:04 -0400 (EDT) Date: Wed, 10 Jun 2009 16:13:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFC: next/finish/etc -vs- exceptions Message-ID: <20090610161204.GB25703@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-06/txt/msg00258.txt.bz2 Hey Tom, I can't seem to find the time to look at this in more details while I'm at the summit, but I always find myself wondering whether it might have been possible to use the breakpoint_ops structure rather than introducing a couple of breakpoint kinds... I glanced quickly at the patch, and I don't think this is the case in this particular instance, but did you also look at this option, eventually ruling it out? The feature itself is really interesting, and I wonder if there might be something we can do for Ada as well. As far as I know, there is no hook just yet, but maybe we can have it added as well. After all, I know a few people who work on the Ada compiler ;-). Just my few cents. -- Joel