From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28378 invoked by alias); 25 Jul 2011 11:32:37 -0000 Received: (qmail 28370 invoked by uid 22791); 25 Jul 2011 11:32:36 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jul 2011 11:32:11 +0000 Received: (qmail 17786 invoked from network); 25 Jul 2011 11:32:10 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 25 Jul 2011 11:32:10 -0000 From: Pedro Alves To: Tom Tromey Subject: Re: [0/6] breakpoints_ops for all kinds of breakpoints Date: Mon, 25 Jul 2011 12:39:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-8-generic; KDE/4.6.2; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201107221640.25105.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201107251232.04343.pedro@codesourcery.com> X-IsSubscribed: yes 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: 2011-07/txt/msg00685.txt.bz2 On Friday 22 July 2011 18:22:37, Tom Tromey wrote: > >>>>> "Pedro" == Pedro Alves writes: > > Pedro> I did yet a bit more work on: > Pedro> > Pedro> This converts all breakpoint kinds to the breakpoint_ops > Pedro> mechanism. > > Pedro> IMO, this is committable as is. WDYT? > > I read through them all. I think this is a great series. Please check > it in. Great, thanks. I've applied the series now. > I think we could make most of the vtable pointers (but not objects due > to the initialization approach) const. I think that would help clarity > a bit. I'm happy to do this after these patches go in. Yeah, please go ahead. -- Pedro Alves