From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28090 invoked by alias); 2 Aug 2017 17:08:52 -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 28073 invoked by uid 89); 2 Aug 2017 17:08:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=brobecker, brobeckeradacorecom, U*brobecker, Brobecker X-HELO: mail-ua0-f171.google.com Received: from mail-ua0-f171.google.com (HELO mail-ua0-f171.google.com) (209.85.217.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Aug 2017 17:08:50 +0000 Received: by mail-ua0-f171.google.com with SMTP id q25so23645005uah.1 for ; Wed, 02 Aug 2017 10:08:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NpneSttvvEqhuRvitl9g5TrekVa38gmnsBar/KLykAo=; b=gAxoQVN5f2gO6bjC7akX4kO066y3pj90CLW5kF7v8Sd1krB33SNxbB4upB0c2/BGJ4 8gbwETzPZyXPMJ89DU/SWqj0eiec2gIailScdvgcGRJMKhAXTj87YbN7bGNUAPprE/+k LgZBvwwoWbB1RjfipPw7M9eN74MT8jfJW0vey9NRd6UHt6M5JA50qLcfiFMHS20flag3 gfWP5hM1P86VxqQFQHTLcARYQIrFk1AZuW5W5Njy7R3Ucl8tNwvrs2eOb4d807Sthldl y6XOYCnsZVGth5ZyH4ARgZxJTMvs6EhLGrW8uikOutiyBvAqE3s+Hv8J6m1mpKfttOrP qG/w== X-Gm-Message-State: AIVw112pCgRPU/xiJbduxNZdqu5WYpVAPxiRwAQw8z7qyu+pxIdVAkM4 MQ5HY3lzmYfnOKvisH8A2oIgJ1Jv3Q== X-Received: by 10.159.53.33 with SMTP id o30mr15124496uao.43.1501693728313; Wed, 02 Aug 2017 10:08:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.82.81 with HTTP; Wed, 2 Aug 2017 10:08:47 -0700 (PDT) In-Reply-To: <20170802145418.pqe6a7tmw4nrecjp@adacore.com> References: <20170802145418.pqe6a7tmw4nrecjp@adacore.com> From: Phi Debian Date: Wed, 02 Aug 2017 17:08:00 -0000 Message-ID: Subject: Re: Will GDB be rewritten in C++ (again) To: Joel Brobecker Cc: "gdb@sourceware.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00003.txt.bz2 Thanx Joel, I since then built the 8.0 and you right this is all c++ compiled, mangling the all thing in libgdb.a, double checked with nm(1). Cheers Phi On Wed, Aug 2, 2017 at 4:54 PM, Joel Brobecker wrote: >> So my question is, does this rewrite of GDB in C++ has been shelved or >> is is still going? > > Starting with GDB 8.0, building GDB now requires a C++-11 compiler. > With 7.12, it tries to use a C++ compiler by default, but you can > force it back to using a C compiler at configure time. > > -- > Joel