From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17939 invoked by alias); 21 Apr 2015 15:05:47 -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 17929 invoked by uid 89); 21 Apr 2015 15:05:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 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-f48.google.com Received: from mail-pa0-f48.google.com (HELO mail-pa0-f48.google.com) (209.85.220.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 21 Apr 2015 15:05:45 +0000 Received: by pacyx8 with SMTP id yx8so243485731pac.1 for ; Tue, 21 Apr 2015 08:05:43 -0700 (PDT) X-Received: by 10.68.88.196 with SMTP id bi4mr38701882pbb.130.1429628743771; Tue, 21 Apr 2015 08:05:43 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id ki3sm2326630pdb.74.2015.04.21.08.05.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Apr 2015 08:05:42 -0700 (PDT) Message-ID: <55366742.3020608@gmail.com> Date: Tue, 21 Apr 2015 15:05: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: Sergio Durigan Junior , gdb-patches@sourceware.org Subject: Re: [PATCH v3 00/23] All-stop on top of non-stop References: <1429267521-21047-1-git-send-email-palves@redhat.com> <5534EADB.2040201@gmail.com> <87bniirdxf.fsf@redhat.com> <553526D0.9030802@redhat.com> <86r3rdzzvc.fsf@gmail.com> In-Reply-To: <86r3rdzzvc.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/msg00767.txt.bz2 On 21/04/15 08:47, Yao Qi wrote: > Thanks for the clue. I'll dig it deeper. I'll read these patches > today, if I don't see any new problems or questions, these patches are > fine to me. Hi Pedro, I've look at all this patch series, and sent out my questions to them. Although I don't fully understand them, they are good to me in general, given the test results we've go on different archs. -- Yao (齐尧)