From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8380 invoked by alias); 6 Mar 2018 09:02:56 -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 8349 invoked by uid 89); 6 Mar 2018 09:02:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f179.google.com Received: from mail-qk0-f179.google.com (HELO mail-qk0-f179.google.com) (209.85.220.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Mar 2018 09:02:48 +0000 Received: by mail-qk0-f179.google.com with SMTP id v124so24007759qkh.11 for ; Tue, 06 Mar 2018 01:02:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=KxjeiOwEoLvUmnPjj94jJbC8osxw1CjHPU/zT+8eTmM=; b=NI+bJrZBTUScclL0wMuKkNEwfZNr1YNpxbysuyVTxjqImQOWY8hIhnZbHQ51Th1e97 Xq7yQzvJsTNeenr0lGzREL2SS1ySzLwOfQjExqw1t47SZVtXSGz+B+8dehFsmm8iE/1k Ity/RQkQLJHP/JCNb4itMmJk9yJabMC+Uyno9q9ojCmdjr0c+4SNLyKr8jYir+qjT0jF VHMzq4RZE7Y2jT0De1kbF/8/mPr+Mct3GRImlWElva2zXxu8Fodk8PcePq1/O6y3fT2B runqW9v3WEZ8uRwP8MnYTu/2iQM3gIjJbvghKi6Ee/yxGr8EKxXLNA5w+DGK8ymHaIqG Os1Q== X-Gm-Message-State: AElRT7FNfo91aK53rr888DTTnVGOo6NjxcKz4zCBmUpGpcfVvvT1tUw2 O/stdJHWSqyW2ZvIIXr0Mggo0mC8TNam/bpkyls= X-Google-Smtp-Source: AG47ELviG1nlaloTNzcyzb/uGABe4SxvT+Hmlcufed9RFtwuDN1e17Ck1h9kwnywcOKW7CkLt6vBkpSaF4hcSLxxMCA= X-Received: by 10.55.191.65 with SMTP id p62mr25064406qkf.88.1520326966543; Tue, 06 Mar 2018 01:02:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.217.57 with HTTP; Tue, 6 Mar 2018 01:02:46 -0800 (PST) In-Reply-To: <87lgf64i24.fsf@redhat.com> References: <1516976072-19282-1-git-send-email-markus.t.metzger@intel.com> <1516976072-19282-6-git-send-email-markus.t.metzger@intel.com> <86woyxgw7l.fsf@gmail.com> <87o9k9m651.fsf@redhat.com> <871sh3a963.fsf@redhat.com> <86o9k23ekg.fsf@gmail.com> <87lgf64i24.fsf@redhat.com> From: Yao Qi Date: Tue, 06 Mar 2018 09:02:00 -0000 Message-ID: Subject: Re: [PATCH v2 5/7] btrace, gdbserver: remove the to_supports_btrace target method To: Sergio Durigan Junior Cc: "Metzger, Markus T" , "Maciej W. Rozycki" , "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00131.txt.bz2 On Mon, Mar 5, 2018 at 4:13 PM, Sergio Durigan Junior wrote: > > I didn't cancel the pending builds of the ppc{be,le} builders, because I > remember seeing them even before this regression. I will do that now. > Can you also cancel the pending builds on Ubuntu-AArch64-native-gdbserver-m= 64? --=20 Yao (=E9=BD=90=E5=B0=A7)