From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54418 invoked by alias); 11 Jan 2018 09:57:26 -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 54335 invoked by uid 89); 11 Jan 2018 09:57:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f172.google.com Received: from mail-qk0-f172.google.com (HELO mail-qk0-f172.google.com) (209.85.220.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 Jan 2018 09:57:23 +0000 Received: by mail-qk0-f172.google.com with SMTP id q1so3506686qkb.9 for ; Thu, 11 Jan 2018 01:57:23 -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=iW+3fd/53I0QFFnA7+s5+cRb9SUSq5++YiF58BoIdNM=; b=iDJnujLeViMHMhnNblfBTYK+3JE8ETv1D2cc8odbO3V50eIys/P/Rm6/zRCUGCNaHo Na14cNtIa0CeUE40Kta37T1LiPQlBwuZgNs6/b926Nl1CpzdM7args6TjZZatGu1wLRf CrtZU+U6YXRXKluJx/LlsUHDmcSPAE6zBKHmWxPFOosK1fbD4tz36MPu+Xq9ZnYSv4I4 uCcuy7U2G7wQhNSouuCIdpV9Fv15LtGfYTBkXEwlG4xkpc8fFT8p//Uiv+37nfgkonXC G6oA6RVEWqZfhkI1tS5fB4t3qBDeYXYX0/7CXmm6B0P9XX41vsUfdYLAvf2qjxo7WAuB p/kQ== X-Gm-Message-State: AKwxytfrxrPrc/gUpO2rC1uwqJLQW/FFQjXUvx1QiHqQByt00S409Mw/ anNrAlESjolq8SmEZWaahp3czHCykgV/QUQzSSrOmQ== X-Google-Smtp-Source: ACJfBovmQKTc0cW0Dxk+3b3dPoETCFiXGItAOYpbVJfj2puMurN/zkyiEj0ncywQzrazM+q+K551Wop+cO8t3L4jWdo= X-Received: by 10.55.112.4 with SMTP id l4mr10465788qkc.186.1515664641803; Thu, 11 Jan 2018 01:57:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.169.79 with HTTP; Thu, 11 Jan 2018 01:57:21 -0800 (PST) In-Reply-To: <20180111035934.x5nosnmrfp7r6cff@adacore.com> References: <20180111035934.x5nosnmrfp7r6cff@adacore.com> From: Yao Qi Date: Thu, 11 Jan 2018 09:57:00 -0000 Message-ID: Subject: Re: GDB 8.1 release candidate on Friday (2018-01-12) To: Joel Brobecker Cc: GDB Patches , Pedro Alves , macro@linux-mips.org, Tom Tromey , Simon Marchi Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00212.txt.bz2 On Thu, Jan 11, 2018 at 3:59 AM, Joel Brobecker wro= te: > > The following are the issues that are still existing and should > be fixed before release: > This issue should be fixed too before release. [PATCH] Fix GDB hang with remote after error from resume https://sourceware.org/ml/gdb-patches/2018-01/msg00204.html --=20 Yao (=E9=BD=90=E5=B0=A7)