From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23204 invoked by alias); 4 Aug 2016 10:13:14 -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 23192 invoked by uid 89); 4 Aug 2016 10:13:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f66.google.com Received: from mail-oi0-f66.google.com (HELO mail-oi0-f66.google.com) (209.85.218.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 04 Aug 2016 10:13:10 +0000 Received: by mail-oi0-f66.google.com with SMTP id a135so6347286oii.1 for ; Thu, 04 Aug 2016 03:13:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=wbTpHCeo3aLncDbu8iWro/sLyMI6jJu8G6hwD2vyrJY=; b=lKrrcQjadzsN2Ywepuw0TgLYTlmTq4XC7zfnaVrDAUUam3SNB+OyYO0DMGy/W8liWr HqLggZx6GHcAB8b0B3Pbjomo08HNpGoogyNpNDjGTQENxeB1ypvpZS907CmdMXWHJTz5 qhsgGNPP+T+fqo5bh7+tMaICw+u7U+WnwoxlIeSuLk2Mk0sUJogdHPwyhRV5Tm5w/Dnl CQTZyIKTdykvH4Vr1LP/oPnQ+H9iB7M7+bMMPUpCA79xgVrgF1VwBAj+yunbhJsOWYEs m6k4/77MQnb3Bx/Lv7Uar8JO3sUZCJiu8F0xFPxykKk/4zJ0hvS+gg7loArwLsyJycBd 4sGQ== X-Gm-Message-State: AEkooutubbsBoZUqEXZv25u42JL8r2Szyqos12SpAPGRLynXS19Bp+7PyPpJHPtZRKA402pt8l1qhMa9AqVbvg== X-Received: by 10.157.39.98 with SMTP id r89mr8517776ota.102.1470305589027; Thu, 04 Aug 2016 03:13:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.172.75 with HTTP; Thu, 4 Aug 2016 03:13:08 -0700 (PDT) In-Reply-To: <361fa774-692a-f859-a217-b47d8a71c971@redhat.com> References: <1470230379-6790-1-git-send-email-yao.qi@linaro.org> <86ziotdfkb.fsf@gmail.com> <361fa774-692a-f859-a217-b47d8a71c971@redhat.com> From: Yao Qi Date: Thu, 04 Aug 2016 10:13:00 -0000 Message-ID: Subject: Re: [PATCH master/7.12] Throw error when ptrace fail in regsets_fetch_inferior_registers To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00080.txt.bz2 On Wed, Aug 3, 2016 at 6:54 PM, Pedro Alves wrote: > On 08/03/2016 04:42 PM, Yao Qi wrote: > >> OK, how about the patch below? > > LGTM. > Thanks, patch is pushed in to master and 7.12. --=20 Yao (=E9=BD=90=E5=B0=A7)