From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127941 invoked by alias); 14 Jan 2017 03:23:10 -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 127928 invoked by uid 89); 14 Jan 2017 03:23:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=H*p:D*net, bob, Bob, wild X-HELO: mail-pf0-f178.google.com Received: from mail-pf0-f178.google.com (HELO mail-pf0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 14 Jan 2017 03:22:59 +0000 Received: by mail-pf0-f178.google.com with SMTP id y143so39454867pfb.0 for ; Fri, 13 Jan 2017 19:22:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=7p7jAD5+eDsM6sqlgLkeD5+euCwEGmNI4sNpQYvw4rI=; b=l83zK2dpFJYuIUIh85wOUOA9y0TKVRE2HxUnO0qU7D9NMrF6JoAfcDcLbOeXUGQq4Q hQAPK+4b38LGeMhu203Kaktf3W3obUAMglN8NyuZ1bjDqts5rBOaFaGbHbi+7Ks5rWD3 +zKjxkj3MBtTn74o2iR/AudvfJ9wj18gjQMZgSrD04a8oeLHYmCafQTWvt8MkPTzO0PZ 4sKV0Jsgrskuwu0sSz1qlN/0q+7/Mfft/VXGsOccCSsNn7hTFVYQU7SkePvbtH0yNjnE fVyTdCVzLVlj87C/7XQWp7Fm9QE9m8UmSJTe/vV69FMWdeiQd18T2uozA57ulpW9qO71 SMyg== X-Gm-Message-State: AIkVDXL06uUttl8FOMjNZFul5QSviuIVEuo+vu8OlNQfwgR61oBtUHAIQaytVnlQG3sEdw== X-Received: by 10.84.143.34 with SMTP id 31mr13823596ply.81.1484364177759; Fri, 13 Jan 2017 19:22:57 -0800 (PST) Received: from xubuntu.brasko.net (ip70-181-32-92.ri.ri.cox.net. [70.181.32.92]) by smtp.gmail.com with ESMTPSA id o12sm32125222pfg.15.2017.01.13.19.22.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jan 2017 19:22:57 -0800 (PST) Date: Sat, 14 Jan 2017 03:23:00 -0000 From: Bob Rossi To: "gdb@sourceware.org" Subject: Compiling GDB with C++ Compiler Message-ID: <20170114032254.GA32091@xubuntu.brasko.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00015.txt.bz2 Hi, I work on cgdb, a gdb front end. cgdb was always a C project because gdb was. The goal was to have cgdb port anywhere that gdb could. Now that gdb is C++, cgdb has moved to C++. Is there a specific C++ standard that gdb conforms to with g++? Forrinstance, c++98 or c++11, or is it more of a wild west scenario? If there is a specific standard, I'll have cgdb follow that standard as well. Thanks, Bob Rossi