From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16320 invoked by alias); 30 Sep 2016 17:55:03 -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 16213 invoked by uid 89); 30 Sep 2016 17:55:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 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=Hx-languages-length:490, lwp X-HELO: mail-oi0-f67.google.com Received: from mail-oi0-f67.google.com (HELO mail-oi0-f67.google.com) (209.85.218.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Sep 2016 17:55:00 +0000 Received: by mail-oi0-f67.google.com with SMTP id w11so7646085oia.0 for ; Fri, 30 Sep 2016 10:55:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=qjuEv+9RukObGiybyFwdAD6oOF5BT+ckerfPFRHjOCc=; b=DRiHDWLaPtQ2G6LK3ngOYUh6nrBqkyLq0OrvTT3YBwjYSpF4K91BAzZNq4eg2AV379 pXjlKb0/JTo6Hj3ER79FFDhyagZs7zIVUghlQ4YDBjxnZ0ZKffM6rbdYbgtvU2vjPd8i e2NZfx3lb0zUIr1+AcceHOX8ihGg2bSjJlkoJ1fE9COEmBRiaGMIWTbXVMBRncuxcu/m BD+Q0PR9mRou+frnoxLbklymF1h6Tf+8Ullkpv3bCbmSJIyecagWBrtqEiT729dwf5cT qXJh1diTeZNTuzij0UTYQKWkwGU8itKZEfWgF5uHcFqNJpi5HAlJ0G+M1VJzYLwNonO6 U+ag== X-Gm-Message-State: AA6/9RnhHFjm96YZ9xlrxI0i+lUsvq1k6HkF5tMupawc7gBrEP+9s6CZm+mHIxJp5/1IpR/kNMr8kSm0FM7FZA== X-Received: by 10.202.175.208 with SMTP id y199mr8237217oie.86.1475258099168; Fri, 30 Sep 2016 10:54:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Fri, 30 Sep 2016 10:54:58 -0700 (PDT) In-Reply-To: <155fa545-c9c5-24a0-3174-eda4c3f55a07@redhat.com> References: <1475105417-23047-1-git-send-email-yao.qi@linaro.org> <155fa545-c9c5-24a0-3174-eda4c3f55a07@redhat.com> From: Yao Qi Date: Fri, 30 Sep 2016 18:00:00 -0000 Message-ID: Subject: Re: [PATCH master/7.12] PR 20627: Use resume_stop to stop lwp To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00436.txt.bz2 On Thu, Sep 29, 2016 at 2:52 AM, Pedro Alves wrote: > On 09/28/2016 07:30 PM, Yao Qi wrote: >> Commit 049a8570 (Use target_continue{,_no_signal} instead of target_resu= me) >> replaces the code stopping lwp with target_continue_no_signal in >> target_stop_and_wait, like this, > > OK. > Patch is pushed in to master. Commit 049a8570 is not merged to 7.12 branch= , so the bug is only master. --=20 Yao (=E9=BD=90=E5=B0=A7)