From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85310 invoked by alias); 16 Apr 2015 12:00:25 -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 85218 invoked by uid 89); 16 Apr 2015 12:00:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f47.google.com Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 16 Apr 2015 12:00:18 +0000 Received: by pabtp1 with SMTP id tp1so87358727pab.2 for ; Thu, 16 Apr 2015 05:00:16 -0700 (PDT) X-Received: by 10.66.232.8 with SMTP id tk8mr54741081pac.5.1429185616771; Thu, 16 Apr 2015 05:00:16 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id y13sm7024018pas.37.2015.04.16.05.00.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Apr 2015 05:00:16 -0700 (PDT) Message-ID: <552FA447.3060804@gmail.com> Date: Thu, 16 Apr 2015 12:00:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org Subject: Re: [PATCH 0/2] Honour software single step in fallback of displaced stepping References: <1428421925-18025-1-git-send-email-qiyaoltc@gmail.com> <55240CE7.2080506@redhat.com> <86iod7vtgg.fsf@gmail.com> In-Reply-To: <86iod7vtgg.fsf@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00606.txt.bz2 On 08/04/15 10:51, Yao Qi wrote: >> I don't mind if you push your patch in first. I'll just >> >end up deleting that code again when I rebase it. > I'll let your patches go in. Hi Pedro, Since this bug is still in FSF trunk, most of the tests in gdb.threads/non-stop-fair-events.exp are timeout on arm-linux, and takes much more time to run the whole testsuite. Can I push patch 1/2 in to fix this problem? assuming your V3 "all stop on top of non-stop" series can't go in in a a couple of days. -- Yao (齐尧)