From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16388 invoked by alias); 1 Aug 2008 13:34:57 -0000 Received: (qmail 16377 invoked by uid 22791); 1 Aug 2008 13:34:55 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Aug 2008 13:34:35 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.238]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K4X00IL5CDT6H50@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Fri, 01 Aug 2008 16:34:41 +0300 (IDT) Date: Fri, 01 Aug 2008 13:34:00 -0000 From: Eli Zaretskii Subject: Re: GDB to C++ issue: deletion In-reply-to: <20080801125124.GA13594@caradoc.them.org> X-012-Sender: halo1@inter.net.il To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200807312204.m6VM4JQM007611@tully.CS.Berkeley.EDU> <200808011054.24219.apoenitz@trolltech.com> <20080801125124.GA13594@caradoc.them.org> 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: 2008-08/txt/msg00006.txt.bz2 > Date: Fri, 1 Aug 2008 08:51:24 -0400 > From: Daniel Jacobowitz > Cc: gdb-patches@sourceware.org > > For what it's worth, that's not my experience at all. Contributors > have a lot of trouble with the GDB code. One of the biggest problems > is cleanups What are the problems with cleanups? Do you mean the code that uses them or their implementation?