From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92810 invoked by alias); 28 Jun 2016 14:17:43 -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 92790 invoked by uid 89); 28 Jun 2016 14:17:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 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; Tue, 28 Jun 2016 14:17:39 +0000 Received: by mail-oi0-f66.google.com with SMTP id d132so2986270oig.2 for ; Tue, 28 Jun 2016 07:17:39 -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=Wy7iqrtQrsaBnarIIMf1KJZcM8tz+bVtI/TALk6Not0=; b=mIwwU53nFw5Cg0ooIdJrkDYOaKWGEfPOqRx+uUOQSxY12YWOr6hEE/owcd1ejfBHB0 PTYIpdnocLlY98/aVHE34F83TSVn5nplPrq9v/D4tuD1zQl9NbElOf7nZCH2PYjqIq2s DYvM5aRZze/iJ+AWr4wkpaDqvMcO4m8BLVXXfyvVUBtE0Ggvnfemb/tg5EwCZ1rJ7GKN G1Y7yhoxb3xachd6XrmIssNVnJ7i4jGIVCJyRli9KT5WRjEdDpnSzsErgmBx7NEjw1id gXSqeWGaZYPV7M9vkXmpL//s5HXeTuVfFs0q8gj3/uzS6+Bkc1OAfG4dTVxWsRph0OoM SvDA== X-Gm-Message-State: ALyK8tJ/JPON+ILrg/ZGGpoT55Y6j2VLlUsgQ1sDr1A6yY2kVmndaMBp9M5wYn60OntYySlFG+Qke9UpIdduBg== X-Received: by 10.157.44.73 with SMTP id f67mr2245174otb.116.1467123456801; Tue, 28 Jun 2016 07:17:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.182.130 with HTTP; Tue, 28 Jun 2016 07:17:36 -0700 (PDT) In-Reply-To: <1afd7aeb-5ce6-2a2b-0c04-dbae89ba3846@redhat.com> References: <1466158585-21833-1-git-send-email-yao.qi@linaro.org> <1afd7aeb-5ce6-2a2b-0c04-dbae89ba3846@redhat.com> From: Yao Qi Date: Tue, 28 Jun 2016 14:17:00 -0000 Message-ID: Subject: Re: [PATCH 0/4] Tweak catch syscall for remote 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-06/txt/msg00461.txt.bz2 On Thu, Jun 23, 2016 at 4:10 PM, Pedro Alves wrote: > LGTM. Might want to handle read_memory failing in patch 4, as it > leaves "insn" undefined if that happens. > OK, I updated patch 4 to set *sysno to UNKNOWN_SYSCALL if read_memory fails. Patches are pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)