From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5322 invoked by alias); 9 Feb 2015 23:49:49 -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 5296 invoked by uid 89); 9 Feb 2015 23:49:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ob0-f172.google.com Received: from mail-ob0-f172.google.com (HELO mail-ob0-f172.google.com) (209.85.214.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 09 Feb 2015 23:49:48 +0000 Received: by mail-ob0-f172.google.com with SMTP id nt9so28678986obb.3 for ; Mon, 09 Feb 2015 15:49:46 -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:date :message-id:subject:from:to:cc:content-type; bh=uQWP78etnwnjqfRCl6Z0fVRO78NhkGWSRtyPuDJN7cY=; b=c0yLFBl2Ux4gp7OqPow+EWaUhpE6KYCm5dD52H5VMOa0v6ZU6VaJ+iflelPuswDudm Rn8QpDBB7YALdtt2K14PIKrGvkT4fdCk1Lj3IecDjGpmXYE9ONmtd41upz69Hhbj+p1G JFIvqtau/FpGc0d9dkrc6/BqUYEwQM80p304JZsPQobeMWnmCMMVKn2zKrPrig0HSvYi +7enqSvFSO/6k4FWepMSAYMpyr8XIsxHcw7I48w/GLSoeWACP4xCWERWpX9UfTZgZq31 ykUBZ56x1EGGs4eHqOsr8psGsz0RWuTmws76rK3SI/YbBaRnSstnZghYUOS92R+ulnf6 BUzg== X-Gm-Message-State: ALoCoQkhkKrmVAZvBTb5eRia4K0+Hm2vkJX5AUmc3bpN203Jemb4B83j2R3wm/ZpIuls7F1bUY9p MIME-Version: 1.0 X-Received: by 10.60.119.4 with SMTP id kq4mr13642261oeb.75.1423525786210; Mon, 09 Feb 2015 15:49:46 -0800 (PST) Received: by 10.182.222.98 with HTTP; Mon, 9 Feb 2015 15:49:46 -0800 (PST) In-Reply-To: <1423524046-20605-1-git-send-email-palves@redhat.com> References: <1423524046-20605-1-git-send-email-palves@redhat.com> Date: Mon, 09 Feb 2015 23:49:00 -0000 Message-ID: Subject: Re: [PATCH 00/36] Support building GDB as a C++ program From: Doug Evans To: Pedro Alves Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00237.txt.bz2 On Mon, Feb 9, 2015 at 3:20 PM, Pedro Alves wrote: > I'm glad to announce that the global maintainers have reached > consensus on converting GDB to use C++ as implementation language. > [...] Awesome, though this kinda came "out of the blue". I know we basically reached consensus but it would have been nice to get a heads up that this was going out.