From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14329 invoked by alias); 14 Jul 2008 16:12:54 -0000 Received: (qmail 14301 invoked by uid 22791); 14 Jul 2008 16:12:53 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jul 2008 16:12:32 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 9F0249813B; Mon, 14 Jul 2008 16:12:29 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 3D3639813A; Mon, 14 Jul 2008 16:12:29 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KIQf6-0001AB-An; Mon, 14 Jul 2008 12:12:28 -0400 Date: Mon, 14 Jul 2008 16:12:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: Robert Dewar , gdb@sources.redhat.com Subject: Re: Move GDB to C++ ? Message-ID: <20080714161228.GA3833@caradoc.them.org> Mail-Followup-To: Vladimir Prus , Robert Dewar , gdb@sources.redhat.com References: <487658F7.1090508@earthlink.net> <487B52D8.1020802@adacore.com> <200807141953.31008.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200807141953.31008.vladimir@codesourcery.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00159.txt.bz2 On Mon, Jul 14, 2008 at 07:53:30PM +0400, Vladimir Prus wrote: > I think that in this case, the most important argument is that GDB already > uses most of the features C++ has to offer -- except in non-standard and > undocumented way. Switch to C++ will make that better. The only price to > pay is requiring C++ compiler -- and given that the GNU project makes GCC, > I just don't see the issue. Consider requiring the C++ runtime, then... this would be a problem for CodeSourcery in the same way that it would be for AdaCore. Solvable in both cases, and I have no qualms about solving it, but it will be some work. -- Daniel Jacobowitz CodeSourcery