From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102649 invoked by alias); 29 Jun 2017 11:45:37 -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 102322 invoked by uid 89); 29 Jun 2017 11:45:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:545, 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, 29 Jun 2017 11:45:34 +0000 Received: by mail-io0-f195.google.com with SMTP id 84so759692iop.2 for ; Thu, 29 Jun 2017 04:45:34 -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=CuBAuyD6uYkGHIfkDrT77oxQZgIlBU7mlGmtEIJu4Os=; b=R7qz+tIulzsRL0uHLlnI/eFwlrd3BV2QkpD+xnpW18AklsOe7XooKHx84HaBPJF7XG u0IVoe57KCpl1j1CIUB44hSZJ1uuNWKQj0YRlimSItcwOC5Y2cFcE8yLRPAsAABdRu1v LHMHCbhvG9tzce/1tEaexhfBIc37NFeRBY+JHDDiRKfQOwp8+Ml7d682wV2zRqEe6Ybg JUJoZaTT5xwmGVQPEbhHiXn6Vusu3DZIljReXf7So7c4BvvSW6um6pyEFtlUZnFlXqk/ tb6VZKuL2NJ+3sDLrXOGx0VrEzpmUd+O1mSfZK+ymUopc0yqncu3KfpF/ge7/2AaJ/Kd IliQ== X-Gm-Message-State: AKS2vOytLyBotL7Wq+z+SUmPTpU0f8/81knR5AJbSDjKLSpO+Ey3wogj KCe1Al4az3t0A36u X-Received: by 10.107.138.148 with SMTP id c20mr14963857ioj.135.1498736733070; Thu, 29 Jun 2017 04:45:33 -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 k93sm2564933iod.40.2017.06.29.04.45.32 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 29 Jun 2017 04:45:32 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 09/25] Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENT References: <1497256916-4958-1-git-send-email-yao.qi@linaro.org> <1497256916-4958-10-git-send-email-yao.qi@linaro.org> Date: Thu, 29 Jun 2017 11:45:00 -0000 In-Reply-To: (Pedro Alves's message of "Wed, 28 Jun 2017 17:15:50 +0100") Message-ID: <86r2y3c90m.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/msg00789.txt.bz2 Pedro Alves writes: > On 06/12/2017 09:41 AM, Yao Qi wrote: >> struct target_desc is used by both GDBserver and IPA, but fields expedit= e_regs >> and xmltarget are only used in GDBserver, so this patch wraps these two = fields >> by ifndef IN_PROCESS_AGENT. This patch also changes regformats/regdat.s= h to >> generate .c files in this way too. > > OK. I cherry-pick it to master, and rebuilt GDBserver. Push it in. --=20 Yao (=E9=BD=90=E5=B0=A7)