From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22647 invoked by alias); 16 May 2002 19:08:45 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22627 invoked from network); 16 May 2002 19:08:43 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 16 May 2002 19:08:43 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7FD1D3E3B; Thu, 16 May 2002 15:08:52 -0400 (EDT) Message-ID: <3CE403C4.90007@cygnus.com> Date: Thu, 16 May 2002 12:08:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: Elena Zannoni , gdb@sources.redhat.com Subject: Re: read_register_byte can't work with pseudo-reg model References: <200205161347.OAA26537@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00197.txt.bz2 > (something else on my todo list is stomp on some of these redundant >> interfaces :-) >> > > > > Hmm, how about doing some of this stomping in a more aggressive manner on > the regbuf branch; causing temporary breakage for some targets should be > less of an issue there. I prefer the technique of adding legacy_ prefixes and then deleting ``legacy'' targets :-^ More seriously, I've re-done the reg stuff to have a regcache (like you suggested) (yes we both fixed the same param bug) instead of a regbuf - regbuf was overkill for the problem immediatly to hand. Part of this change will involve replacing two interfaces. Getting just that right will be fun enough. enjoy, Andrew