From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49936 invoked by alias); 29 Mar 2016 14:27:19 -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 49141 invoked by uid 89); 29 Mar 2016 14:27:18 -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=Hx-languages-length:429, H*Ad:D*be, HTo:U*jistone, Great X-HELO: mail-pf0-f171.google.com Received: from mail-pf0-f171.google.com (HELO mail-pf0-f171.google.com) (209.85.192.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 29 Mar 2016 14:27:07 +0000 Received: by mail-pf0-f171.google.com with SMTP id x3so15495742pfb.1 for ; Tue, 29 Mar 2016 07:27:07 -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=1an9dDGROJL0V1nFGbJojkbl5wM4IIt1BtG16Bzdqe8=; b=Th5h/M0lBcis9j3v+cLrNRPiELcxfU40VKVD5+IIuqqn26cXrfK8XBwuzjY+hvdBIu pVisy4nKFc8FChRbe3F8akvtSkgt522AFjj6whqDLnpV8TM2ZaWpPqsTsFXlvsVzufx/ BuDAnsixUIF3UXgIJPN1sKrCz//9TEQGllseYGyUPtD2u83PgQZ6jgszAnYme3TH5Fcy odXdolu3/N75J6L/iLUSdVxzKDvjHeKRbZPsdgDrk6VFutPORpBBtAurZply4yV7GmZ+ JxDwATYtp7rrXHZe+5Z0lK7Ig0s+Q/wBeL745NRdOZCMqTfRlaxw4dwO9ntiyy/XjqK+ jt2A== X-Gm-Message-State: AD7BkJJJUCk12lY9cRCkoF3ia2lWEbikCocWqITElguNUI89lJkc7kDzn+YHLu8Qv3ytZA== X-Received: by 10.98.64.132 with SMTP id f4mr3960192pfd.146.1459261625884; Tue, 29 Mar 2016 07:27:05 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id p74sm43744866pfa.11.2016.03.29.07.27.02 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 29 Mar 2016 07:27:04 -0700 (PDT) From: Yao Qi To: Josh Stone Cc: Pedro Alves , gdb-patches@sourceware.org, philippe.waroquiers@skynet.be, sergiodj@redhat.com, eliz@gnu.org, xdje42@gmail.com, scox@redhat.com Subject: Re: [PATCH v4] Implement 'catch syscall' for gdbserver References: <1449196006-13759-2-git-send-email-jistone@redhat.com> <1452308954-13679-1-git-send-email-jistone@redhat.com> <5694EC0E.2080904@redhat.com> <56954F8C.6010100@redhat.com> <56955283.1060502@redhat.com> <56955B84.7050905@redhat.com> Date: Tue, 29 Mar 2016 14:27:00 -0000 In-Reply-To: <56955B84.7050905@redhat.com> (Josh Stone's message of "Tue, 12 Jan 2016 12:01:08 -0800") Message-ID: <86mvphs6kv.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/msg00514.txt.bz2 Josh Stone writes: > Great! I'll make these final tweaks and push it out. Hi Josh, This commit causes some fails on s39x, and ppc, as shown in buildbot. I saw them in aarch64 test as well. Could you take a look? https://sourceware.org/ml/gdb-testers/2016-q1/msg01544.html https://sourceware.org/ml/gdb-testers/2016-q1/msg01601.html --=20 Yao (=E9=BD=90=E5=B0=A7)