From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29182 invoked by alias); 20 Mar 2017 23:03:11 -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 29166 invoked by uid 89); 20 Mar 2017 23:03:10 -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=sk:brobeck, brobeckeradacorecom, brobecker@adacore.com, U*brobecker X-HELO: mail-qt0-f175.google.com Received: from mail-qt0-f175.google.com (HELO mail-qt0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 Mar 2017 23:03:09 +0000 Received: by mail-qt0-f175.google.com with SMTP id n21so119369177qta.1 for ; Mon, 20 Mar 2017 16:03:10 -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:content-transfer-encoding; bh=m3sCHcPi9oLxubRzNAtJ84Triebn/VxAPvs6q54bQrs=; b=afUndM0eqmEfq0u/UMf0fg4TleUDTws4K8XFOZuH28uqFVXjIsFqpDnPrpXwIy0n3r k/tIns1fLjsJfAjbyvaqOXaJTDh75MFVsfgt/rBx6A8PQSRwQbni++3U+GzN1SUt5XOA Dm1Xgzz1+T6r7yLdq2jqUfjxYgRta9jPSvp1w5ymb37L8DH9lHUAC9/nVUSWefIROA5i hoPTuAW474Qzdu7gU1mpGYP0H4E+iFL0jD75KFmPSmVZoOUnHMsDGE4DaFLcSMH+s6I/ q8QYI0iIr0XYqVArDJqDXBeyO/iufekL1teXP723dczBv3qowdFFjUoG/xXKAI/KsbkU lBHg== X-Gm-Message-State: AFeK/H3bz+prtpzjwlu/z3Z8eN0mnlIc7AocHCS0taFBs7FlZhz3iFqXb3OYbST15t4QLXyBTxOSifF7N9r3mg== X-Received: by 10.200.3.81 with SMTP id w17mr27856478qtg.36.1490050988600; Mon, 20 Mar 2017 16:03:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.140.130 with HTTP; Mon, 20 Mar 2017 16:03:08 -0700 (PDT) In-Reply-To: <20170320225240.mlb6no7eyxibyomr@adacore.com> References: <20170320201629.pbjzaqsnvs7dx7f2@adacore.com> <20170320225240.mlb6no7eyxibyomr@adacore.com> From: Yao Qi Date: Mon, 20 Mar 2017 23:03:00 -0000 Message-ID: Subject: Re: GDB 8.0 release/branching 2017-03-20 update To: Joel Brobecker Cc: "gdb-patches@sourceware.org" , Nitish Kumar Mishra , Tremblay , Keith Seitz , "Wiederhake, Tim" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00360.txt.bz2 On Mon, Mar 20, 2017 at 10:52 PM, Joel Brobecker wr= ote: > Since they are new, and we're still deep in the design phase, > I think it is more reasonable to branch without them. The worse What do you mean by "branch without them"? These patches were reviewed and committed on Feb. I didn't have a chance reading the patches, until recently I want to use these python APIs to measure the performance/speed of reverse debugging. > thing that can happen, really, is for us to rush and then and > realize later on that we should have taken our time. Sounds like > you agree, and with Tim's limited availability, I'll move this > item to the excluded list. > --=20 Yao (=E9=BD=90=E5=B0=A7)