From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100134 invoked by alias); 20 Jun 2017 11:09:39 -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 100106 invoked by uid 89); 20 Jun 2017 11:09:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Great, H*r:sk:static. X-HELO: mail-io0-f194.google.com Received: from mail-io0-f194.google.com (HELO mail-io0-f194.google.com) (209.85.223.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Jun 2017 11:09:37 +0000 Received: by mail-io0-f194.google.com with SMTP id j200so14398335ioe.0 for ; Tue, 20 Jun 2017 04:09:37 -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=slBwmbWJS3Lbr5WJ/ToNaMNkOsoQiCQ3PubaMVSKgfM=; b=RgsFBNyO+mLuyavFQR9thWwHaoM5rv8TSbqnn5oP4afug4ZdSHck9cSlCjVAyMWi3z uC9F/qvlPFc3gp5pjxXBoBlDDqRuncME71oWUZreMmVvTRGNnAQx1YmxEhhH4BxnGWz8 bb9OV5LN2HO4CNXM7kV1KzuoJ3g9xJy4YM+AAcbKQF60WadFeiZvfaCD0G7Gh+VqQa5d cQIbwIHTt8H5tJhjJI5GaQf0+RThaOTaSP2aHbZCfuW66s4n4+kyjTl5TgB0gzy0rv7y mDimv9JAjuoX6whDDyDhgp82+Ag92AmMo9+Nkl0R0fTXX1iihYy5qoqSTSE0YC6TG0tP 6xfA== X-Gm-Message-State: AKS2vOyq8fEBTO5KsXB1K24/yQ7X/nzDItX5cJZlqCal/oNDbzaCnxPW NbTnpveWiCxaZlV/ X-Received: by 10.107.138.81 with SMTP id m78mr26437380iod.60.1497956975656; Tue, 20 Jun 2017 04:09:35 -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 u87sm7553722ioi.34.2017.06.20.04.09.34 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 20 Jun 2017 04:09:35 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH 02/25] Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xml References: <1497256916-4958-1-git-send-email-yao.qi@linaro.org> <1497256916-4958-3-git-send-email-yao.qi@linaro.org> <9a60c2a9-09ef-c21a-db18-385105d986a1@redhat.com> <2469fcc8da14028094caf53330145210@polymtl.ca> <7872d3fa-7131-d84c-483d-05eca415ca63@redhat.com> <86efuf582m.fsf@gmail.com> <10837b9e-050a-4021-ab33-335e8cc4088e@redhat.com> Date: Tue, 20 Jun 2017 11:09:00 -0000 In-Reply-To: <10837b9e-050a-4021-ab33-335e8cc4088e@redhat.com> (Pedro Alves's message of "Tue, 20 Jun 2017 11:12:12 +0100") Message-ID: <86shiu530z.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/msg00567.txt.bz2 Pedro Alves writes: > Ok, that's for gdbserver, while I was worrying more about gdb, but > it's a good hint. The feature xml files hardcode register numbers, > and the move ends up being a nop. Good. > >>=20 >> This patch only changes the order of iterating features and registers in >> GDB, however, the order doesn't matter. >>=20 > >> The GDB's understanding to g/G packet layout is not changed, verified by >> "maintenance print remote-registers", > > Great, thanks for confirming. I pushed the patch in. --=20 Yao (=E9=BD=90=E5=B0=A7)