From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53752 invoked by alias); 11 Oct 2015 14:23:41 -0000 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 Received: (qmail 53743 invoked by uid 89); 11 Oct 2015 14:23:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 11 Oct 2015 14:23:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 98DB12939C; Sun, 11 Oct 2015 10:23:37 -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 3wp+jEd500Qu; Sun, 11 Oct 2015 10:23:37 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5076528E11; Sun, 11 Oct 2015 10:23:37 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D1C4E42BBA; Sun, 11 Oct 2015 07:23:35 -0700 (PDT) Date: Sun, 11 Oct 2015 14:23:00 -0000 From: Joel Brobecker To: Pedro Alves , Ashutosh , Duane Ellis , Klaus Rudolph , gdb@sourceware.org Subject: Re: Using C++ code inside gdb Message-ID: <20151011142335.GE17749@adacore.com> References: <56178BAF.30904@redhat.com> <20151010213205.GB4119@vapier.lan> <20151011085715.GE4119@vapier.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151011085715.GE4119@vapier.lan> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-10/txt/msg00051.txt.bz2 > seems like gcc has already done this: > https://gcc.gnu.org/codingconventions.html > > probably be best to try and follow that, or at least use it as a base. That's what was already proposed. See: https://sourceware.org/gdb/wiki/cxx-conversion -- Joel