From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16973 invoked by alias); 15 Jan 2018 14:53:01 -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 16586 invoked by uid 89); 15 Jan 2018 14:53:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=reactivate, hang X-HELO: mail-qk0-f179.google.com Received: from mail-qk0-f179.google.com (HELO mail-qk0-f179.google.com) (209.85.220.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Jan 2018 14:52:59 +0000 Received: by mail-qk0-f179.google.com with SMTP id j185so17096463qkc.5 for ; Mon, 15 Jan 2018 06:52:58 -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=F+dxhpx0HNPCrLM+V9oZO0gi5Gj3Ss6ddPPhBSTRUKo=; b=Lu58SIJCM7z/WgJ9Ffryp80exiwStkGHCmUJKcaAqdR38yYp2CqtzvfL4nZWworAke lmo8HbiWl4oF6CHMC6U8s83ciLq1P3Vv59Py8Fc7Djb9t1v7k/i33nBcRq9xY3nh0J8a sJF0t4QH1hFquE9mm/NhZR9JtbOGVHOLleJ3tSVSals/ekm/xcAKPFa1zu25KqMQJOKV sOdoo+AV18wcZ5BnHOFOb5W22R97mLaFAEvPcHHoCDXSQNpah+PzVqZH4mK9sFhOyF9j q5XMuXnD7PxDuuCQ6MNJdV42ywQnO/3ys9v2xzyLBoWkzOoxZ96Dj7KHSX+RiMVhm167 vriQ== X-Gm-Message-State: AKwxytfW0mC3oJsVN5yxsKACAtjUQX2UPYsM/D71UEhwJvn368lv/ZMg 4bClxvVxUOFc0/zFr+MjWj989Q4s06mOSn8c4Tw= X-Google-Smtp-Source: ACJfBouFFuyF8MfYY4trKmC6qUBT9M0Xl1Raq5uBASa3OCCE3e7RetCp8j+A/+zNzmf67fXSAx1vJ1soStBKL7awf94= X-Received: by 10.55.88.68 with SMTP id m65mr1426116qkb.186.1516027976875; Mon, 15 Jan 2018 06:52:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.152.176 with HTTP; Mon, 15 Jan 2018 06:52:56 -0800 (PST) In-Reply-To: References: <7eccd434-6f47-590e-e53f-32076e99c98b@redhat.com> From: Yao Qi Date: Mon, 15 Jan 2018 14:53:00 -0000 Message-ID: Subject: Re: [pushed + testcase] Re: [PATCH] Fix GDB hang with remote after error from resume To: Andreas Arnez Cc: Sergio Durigan Junior , Pedro Alves , GDB Patches , David Edelsohn , Edjunior Machado Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00270.txt.bz2 On Mon, Jan 15, 2018 at 2:43 PM, Andreas Arnez w= rote: > > Sergio, now that this is in, we should be able to re-activate the > reporting for the s390 (and Power) Buildbots, right? > I am not sure ppc64 issue is resolved. See https://sourceware.org/ml/gdb-patches/2017-12/msg00414.html Note that I had a patch to fix fails in gdb.threads/process-dies-while-handling-bp.exp in this thread, but the tests with gdbserver still hang in some watchpoint tests. --=20 Yao (=E9=BD=90=E5=B0=A7)