From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110515 invoked by alias); 8 Jun 2017 16:40:59 -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 110495 invoked by uid 89); 8 Jun 2017 16:40:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:376, H*r:sk:static. X-HELO: mail-io0-f195.google.com Received: from mail-io0-f195.google.com (HELO mail-io0-f195.google.com) (209.85.223.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Jun 2017 16:40:56 +0000 Received: by mail-io0-f195.google.com with SMTP id a96so3818041ioj.1 for ; Thu, 08 Jun 2017 09:41:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=k0Jtc2eerX9dAgOp/h1PItppWgEmU7jLhmjl10OVcTs=; b=SMQyoXffNXufvtkYSYUgzOpoudhKVUSvvPs7t9pldxczXBtddCReetzPp54zB1wN/4 uEQwlv6Uq6LVlsaH8Oaj5A5Oil358zqf1NdTN43JLBO1KyI66veeZ9GHqjOBcn4QLsuX krHpcF2wi4WxyaoU6wquc+gZG9EJGw+BHyRIDJkEyae4HfQ4Ku0TUw5fLu1lTjxqdjSQ 0BRisrtkIt9R89NXDxwPNo9d4u866jcr7mw7TqSf+co2KDBnOezHglOj9S95jKcor1QQ ey82YG6fLtk8xTUeQ10nkXB5gLK3pgPrWqvsoPF5foPsvlLLoo84upulx3nAozr40bgB z6uA== X-Gm-Message-State: AODbwcBcFfbCBo7BOjgDfuBz3CXZ9/ek9jsM2voJPknTL1bX/ZIknHDr SYNZkiJM+R0vQA== X-Received: by 10.107.13.5 with SMTP id 5mr35951980ion.221.1496940059680; Thu, 08 Jun 2017 09:40:59 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id v22sm2387979ioi.54.2017.06.08.09.40.58 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 08 Jun 2017 09:40:59 -0700 (PDT) From: Yao Qi To: Sergio Durigan Junior Cc: GDB Patches , Pedro Alves Subject: Re: [PATCH v7 3/4] Share fork_inferior et al with gdbserver References: <1482464361-4068-1-git-send-email-sergiodj@redhat.com> <20170604221803.17649-1-sergiodj@redhat.com> <20170604221803.17649-4-sergiodj@redhat.com> Date: Thu, 08 Jun 2017 16:40:00 -0000 In-Reply-To: <20170604221803.17649-4-sergiodj@redhat.com> (Sergio Durigan Junior's message of "Sun, 4 Jun 2017 18:18:02 -0400") Message-ID: <86tw3qa0vd.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: 2017-06/txt/msg00216.txt.bz2 Sergio Durigan Junior writes: Hi Sergio, This patch causes a lot of test fails on AArch64, shown by buildbot, https://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64= /builds/2099 However, other builders with GDBserver look fine. I haven't triage them ye= t. --=20 Yao (=E9=BD=90=E5=B0=A7)