From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113685 invoked by alias); 16 Feb 2017 22:28:56 -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 113669 invoked by uid 89); 16 Feb 2017 22:28:55 -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=7.12, sk:antoine, Tremblay, tremblay X-HELO: mail-qk0-f182.google.com Received: from mail-qk0-f182.google.com (HELO mail-qk0-f182.google.com) (209.85.220.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Feb 2017 22:28:45 +0000 Received: by mail-qk0-f182.google.com with SMTP id s186so29770084qkb.1 for ; Thu, 16 Feb 2017 14:28:45 -0800 (PST) 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=eWg16l0CunnS/s3qa2YyWtf+EkP40PAL5MjZhZwdH5A=; b=A903anx9W1wRWdQfPc7Unnv+tD4asPEvpFlccgIDvc5vEdOCsaJO1sU8zYi89wwhiJ mvN1mg6TjjLxtaTljXb0ZeAGPii8safCstBKyXYHgHeW3IHr1/j6uSfeCP0wDUsC/L9t oEey7ny21BakTcCWSlgFYdLwIFZF2zrl3EpTtp4njG8ynYyJ8tVJ7KYTs4xEqf3j3QZm 8vz7VcF8HQAatw9ulSU4TEPwEiKyOwY4auCZfG6guya/trOjnnfAdKNdF51VzLBPwTRc nIM1jouqX4rcS7rZ3/2VPj6m9H/34GxoxKVcrxpG9lyVakyZmM88bMx+xiPa05HOFTn9 yxxQ== X-Gm-Message-State: AMke39mxF3ID4wB8LfhXz4HSOdukcknXSxS7Nj+6NZTn/euYgRi+2hdJi1VuA4yYe/VGJtLfjnNfVPrTc6sCMQ== X-Received: by 10.55.42.207 with SMTP id q76mr4263199qkq.35.1487284123773; Thu, 16 Feb 2017 14:28:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.140.194 with HTTP; Thu, 16 Feb 2017 14:28:43 -0800 (PST) In-Reply-To: References: <20170215035852.yzqw733mvnxigh2s@adacore.com> From: Yao Qi Date: Thu, 16 Feb 2017 22:28:00 -0000 Message-ID: Subject: Re: One month away from GDB 8.0 branching To: Antoine Tremblay Cc: Joel Brobecker , "gdb-patches@sourceware.org" , Tom Tromey , Pedro Alves , Andreas Arnez Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00455.txt.bz2 On Thu, Feb 16, 2017 at 12:23 AM, Antoine Tremblay wrote: > > I created a PR for this issue : > https://sourceware.org/bugzilla/show_bug.cgi?id=3D21169 > > I've marked it Target Milestone 8.0 > I prefer to fixing this issue in 8.0 too, but to be clear, this is a 7.11 -> 7.12 regression. We changed GDBserver to single step over breakpoint on July 2016, but 7.12 = was released on Oct 2016. --=20 Yao (=E9=BD=90=E5=B0=A7)