From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85946 invoked by alias); 19 Jan 2018 22:11:54 -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 85934 invoked by uid 89); 19 Jan 2018 22:11:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:490 X-HELO: mail-qt0-f174.google.com Received: from mail-qt0-f174.google.com (HELO mail-qt0-f174.google.com) (209.85.216.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Jan 2018 22:11:52 +0000 Received: by mail-qt0-f174.google.com with SMTP id z10so7483917qti.5 for ; Fri, 19 Jan 2018 14:11:52 -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=QCGRkJaw9IPr7Zj4yfZbeJhXrMKnznQ/G0Z5bO3y/Wk=; b=AQoIh0Nxs1hxRLF1VwXMpsjmVFgmdJpus/XhPKJrhmziA7DipTQ0QiqQKaTn5HSZC5 mAA4CODuLcKtfk6u57XJMVBRRWPpNhHcInaHqUF1Kj2OOpxlRx+rwMMN4Hblm2VqH6S7 t+gFQmYk+IVEG/HWPsQtkOyibSWdEQ9yQTaL1CsyT1EIw+8F+gps3+rKcJck3DpX8ife yP4YTq/4IvqWsTPiYOGnmVl7UiazlKRDz3QHmX5CNu7WyQgDGFprmP2+FwezylxwfkKY FGU5KOVQ3fUrUJ6+GTQXTKNgNNBVbwPQTOt+d8GwPkeEgCpn86i+qgLFpsfylXuPgu0o njYw== X-Gm-Message-State: AKGB3mIt3rZskaAslf71yLcf8EVEsRUDeVU7nNHSXho34PE4fWRqiM7v w71AcCpEL5rgCFNrf4z5T+3PB+UTVZfthBW5n4rncA== X-Google-Smtp-Source: ACJfBotstUh4/ggrrlQqGbYhsCRhzGoSIn3Dq9F9aLM4V8takDiH/yYNQp9ag5s0ja+nYV/Hy5G6PupfFFeEjiwtYpo= X-Received: by 10.55.212.211 with SMTP id s80mr68407055qks.96.1516399910719; Fri, 19 Jan 2018 14:11:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.153.232 with HTTP; Fri, 19 Jan 2018 14:11:50 -0800 (PST) In-Reply-To: <7AE33E6A-ED51-4285-9049-6D2B6A42F866@arm.com> References: <7AE33E6A-ED51-4285-9049-6D2B6A42F866@arm.com> From: Yao Qi Date: Fri, 19 Jan 2018 22:11:00 -0000 Message-ID: Subject: Re: [PATCH 6/6]: Remove xml files from gdbserver To: Alan Hayward Cc: "gdb-patches@sourceware.org" , nd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00417.txt.bz2 On Tue, Jan 16, 2018 at 9:54 AM, Alan Hayward wrote: > This patch removes the xml files from being built into gdbserver, > I really want to do that, but we can't do it now, because, we expect GDBser= ver can generate xml contents from new style target features, rather than copy = these xml features into gdbserver. GDBserver using old style target description = still has to copy xml contents to itself. --=20 Yao (=E9=BD=90=E5=B0=A7)