From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25130 invoked by alias); 18 Mar 2016 14:36:57 -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 25110 invoked by uid 89); 18 Mar 2016 14:36:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*RU:209.85.192.196, Hx-spam-relays-external:209.85.192.196, HX-Received:10.66.185.227 X-HELO: mail-pf0-f196.google.com Received: from mail-pf0-f196.google.com (HELO mail-pf0-f196.google.com) (209.85.192.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 18 Mar 2016 14:36:46 +0000 Received: by mail-pf0-f196.google.com with SMTP id n5so17157361pfn.1 for ; Fri, 18 Mar 2016 07:36:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=JpZnrZuoldem8lhGI5Sf1OuMectWGgoPcb/V0lpAHPg=; b=ef5yEZgy/9dhQr0tuwHBGowi363gU+qSZQ8Yefc/V4CMAIkaWZQqpG/lDmCM+OYsrT WaZ//v7o6fy0sLmBcpBf4zsKO5jE4wTXz9bslYHorcaE1wplmNLGWkdnZG3UdDFNi+Uu pLnZc7TJyGl3Of5UUeG5Mh4OHdezgCuZ61ke1OQqiO+Ok78w7btzgoeMIyitYDuiTYlz mwuqKPgQiLrNDgQ63EfPRi6x6wVWh7wPuJ+JllLbREUj8LkfoN742JTJR1YGQW9nmLtK 6HXNLQoT2XeXTW8WgXz8V815fZWFxrJtHUc1ufbJE+WdMal0DMddZfQ9RvqNPVenHdeU Tgxw== X-Gm-Message-State: AD7BkJJNTqghXmbUAph1brmLM905cAmjU2ixJEjKWO3Wcy1esiNOJu+tk1HXVZ4Jjssr7A== X-Received: by 10.66.185.227 with SMTP id ff3mr24228868pac.117.1458311804563; Fri, 18 Mar 2016 07:36:44 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id x64sm21561183pfa.72.2016.03.18.07.36.42 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 18 Mar 2016 07:36:43 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [PATCH 1/8] Set signal to 0 after enqueue_pending_signal References: <1457088276-1170-1-git-send-email-yao.qi@linaro.org> <1457088276-1170-2-git-send-email-yao.qi@linaro.org> <56E2A3B3.8010303@redhat.com> Date: Fri, 18 Mar 2016 14:36:00 -0000 In-Reply-To: <56E2A3B3.8010303@redhat.com> (Pedro Alves's message of "Fri, 11 Mar 2016 10:53:39 +0000") Message-ID: <86k2kzx37t.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00334.txt.bz2 Pedro Alves writes: >> gdb/gdbserver: >> >> 2016-03-04 Yao Qi >> >> * linux-low.c (linux_resume_one_lwp_throw): Set 'signal' to >> 0 if signal is enqueued. Remove 'signal' from one debugging >> message. Move one debugging message to some lines below. >> Remove code setting 'signal' to 0. > > OK. Patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)