From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yao Qi Date: Tue, 02 May 2017 15:40:20 +0100 Subject: [OpenRISC] [PATCH v6 1/5] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p In-Reply-To: (Stafford Horne's message of "Mon, 24 Apr 2017 21:52:50 +0900") References: Message-ID: <86r307725n.fsf@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: openrisc@lists.librecores.org Stafford Horne writes: > tdesc_register_in_reggroup_p in now able to handle arbitrary > groups. This is useful when groups are created while the > target descriptor file is received from the remote. > > This can be the case of a soft core target processor where > registers/groups can change. > > gdb/ChangeLog: > > 2013-02-15 Franck Jullien > > * target-descriptions.c (tdesc_register_in_reggroup_p): Support > arbitrary strings. I am not sure what do you want to change and why do you need this change? I didn't see it in the previous version. If you want to control what registers are displayed, you can follow the way nds32 used, see nds32-tdep.c:nds32_register_reggroup_p. -- Yao (齐尧)