From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33969 invoked by alias); 11 Apr 2017 07:47:41 -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 33943 invoked by uid 89); 11 Apr 2017 07:47:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Apr 2017 07:47:39 +0000 Received: by mail-wm0-f41.google.com with SMTP id u2so54151697wmu.0 for ; Tue, 11 Apr 2017 00:47:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=4crA/SX47etwKo63Gn5UX7jATwqcvt+RljEwvyXdyTQ=; b=PnB5U+yuwLce5zNuCuWC+q4afdvJ8iO19ecSMy1HswwyAdBmNz52b1ZndEAllJkfHu OMYrF+d8Ui8sugBmy6niV7QxIIDX4NnPgSJCne31Hq1wjyF+sYNU7aPW7V+sSiXyh4NZ 1wmKRnfppyjNT9mTtazZWG0v13xGhVHQhIEdPVr7fUkSFp4ppbdd3jPoj1rVqYMQMvQW zZ9MpBhU8TepBuritFnGRH9nQ8RjO9SPVeRHsh2TxweZkEAQYKOTTbQnKrE9fHweS1UW 06nswsiNzwwdMa7Y8qhh6NMPYfyHCoCED52tNHWO++HWs95R5uQptQrzbIqJbMvHGkWJ 3ICQ== X-Gm-Message-State: AN3rC/5xsteaCTyyAFiWgFIBS0W57EyqaUo6uwd9w5jtshg9H5OjJcMIn3lSRQej+Cp1lA== X-Received: by 10.28.174.16 with SMTP id x16mr12592158wme.11.1491896858713; Tue, 11 Apr 2017 00:47:38 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id o77sm5553181wrc.38.2017.04.11.00.47.37 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 11 Apr 2017 00:47:38 -0700 (PDT) From: Yao Qi To: Joel Brobecker Cc: gdb-patches@sourceware.org, Sergio Durigan Junior , antoine.tremblay@ericsson.com, mishra.nitish.88@gmail.com, tim.wiederhake@intel.com Subject: Re: GDB 8.0 release / imminent branching? (2017-04-10) References: <20170411011802.s24zz4pygnt2qoyg@adacore.com> Date: Tue, 11 Apr 2017 07:47:00 -0000 In-Reply-To: <20170411011802.s24zz4pygnt2qoyg@adacore.com> (Joel Brobecker's message of "Mon, 10 Apr 2017 18:18:02 -0700") Message-ID: <86mvbnwfl5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00259.txt.bz2 Joel Brobecker writes: > Then, there is the issue of the Python APIs for record and btrace. > It sounds like we're getting close? Perhaps what we could do is > also backport the changes once the an agreement has been reached? The agreement on the interface has been reached and Tim is working on it, as far as I know. The Python API is a release blocker, but it doesn't block branching. --=20 Yao (=E9=BD=90=E5=B0=A7)