From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50704 invoked by alias); 8 Jun 2017 14:56:19 -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 50257 invoked by uid 89); 8 Jun 2017 14:56:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=U*gdb-patches, gdb-patches@sourceware.org, gdbpatchessourcewareorg, sk:gdb-pat X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Jun 2017 14:56:17 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIyrA-00034F-Rq for gdb-patches@sourceware.org; Thu, 08 Jun 2017 10:56:20 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIyrA-000345-O6; Thu, 08 Jun 2017 10:56:16 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1236 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dIyrA-0005TI-1C; Thu, 08 Jun 2017 10:56:16 -0400 Date: Thu, 08 Jun 2017 14:56:00 -0000 Message-Id: <83bmpy8r5d.fsf@gnu.org> From: Eli Zaretskii To: Stafford Horne CC: gdb-patches@sourceware.org In-reply-to: <20170608050151.GB5971@lianli.shorne-pla.net> (message from Stafford Horne on Thu, 8 Jun 2017 14:01:51 +0900) Subject: Re: [PATCH 3/3] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p Reply-to: Eli Zaretskii References: <0c4f5b59a645a64535e7c8bb0f34b03df805f4e4.1496871270.git.shorne@gmail.com> <83d1af8an1.fsf@gnu.org> <20170608050151.GB5971@lianli.shorne-pla.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00214.txt.bz2 > Date: Thu, 8 Jun 2017 14:01:51 +0900 > From: Stafford Horne > Cc: gdb-patches@sourceware.org > > There are 2 things going on in those 2 patches. > 1. Add docs for the existing feature (listing registers by group name) > 2. Add feature to be able to defined more groups based on the XML target > description. > > Ill add docs for (2) and try to make it a bit more clear in my next cover > letter. Thanks. > Is the single NEWS entry ok in the end? Yes.