From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 579 invoked by alias); 18 Feb 2015 23:49:44 -0000 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 Received: (qmail 569 invoked by uid 89); 18 Feb 2015 23:49:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pd0-f179.google.com Received: from mail-pd0-f179.google.com (HELO mail-pd0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 18 Feb 2015 23:49:42 +0000 Received: by pdbfl12 with SMTP id fl12so4703094pdb.4 for ; Wed, 18 Feb 2015 15:49:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=CuneUfWPW0KJKllBVdBKagrEhU+NNAb/9MfJsDu5JII=; b=cJ6aG1V69bZgE0xYGqh/Dzdv8xJgGSZOfdc29uWwY1Z4jGaNAevCfhoXkUM8a8yO8S 4UYnBg2MLR25zeyvm0D1LQUEmbxYb8kQ9jsMr9Al0s3br9YVjQQDvIbFPYmSaTwP4mOY bcBK3Ece5ASwGQbSz8150CPvRZJZNWpa7ebDzJHkay1oOy1wx4YDBjULXknrx/vFgVtO LPep8EeTJ6EKfnWlr+SRzpDHxjwUk1oHQO0VJeaUwxjSyhq8i0INN6pY90xMlebKrYAM QTUEl5Y62pTbF6SG9roHPQ+5HsKccALvrkytCN3c3G/QmY96oWaAOZ0bQH3QWFdy7epX gfXg== X-Gm-Message-State: ALoCoQlzZ56kg8cVUxu8rlw+f1RA0pApNiBL2pxDD6j9vdqpbK9u6ShCmxf/PWh5MkoHE/cqxCfa X-Received: by 10.70.131.15 with SMTP id oi15mr2501959pdb.161.1424303380824; Wed, 18 Feb 2015 15:49:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.70.127.195 with HTTP; Wed, 18 Feb 2015 15:49:20 -0800 (PST) In-Reply-To: <54E50709.9020205@gmail.com> References: <1423524046-20605-1-git-send-email-palves@redhat.com> <54E50709.9020205@gmail.com> From: Patrick Palka Date: Wed, 18 Feb 2015 23:49:00 -0000 Message-ID: Subject: Re: [PATCH 00/36] Support building GDB as a C++ program To: Yao Qi Cc: Pedro Alves , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-02/txt/msg00505.txt.bz2 On Wed, Feb 18, 2015 at 4:41 PM, Yao Qi wrote: > On 02/17/2015 11:19 PM, Patrick Palka wrote: >> On another note, as you all may already know, C++ support in GDB is >> not great. A migration to C++ will in the medium term make it harder >> to debug GDB with GDB. I wonder if this is an issue worth >> considering. > > Migration to C++ will increase the priority of improving C++ support in > GDB, which is the right thing to do, IMO. That makes sense. > > -- > Yao