From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21314 invoked by alias); 29 Aug 2003 00:49:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21301 invoked from network); 29 Aug 2003 00:49:06 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 29 Aug 2003 00:49:06 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DA8E72B7F; Thu, 28 Aug 2003 20:49:06 -0400 (EDT) Message-ID: <3F4EA302.90407@redhat.com> Date: Fri, 29 Aug 2003 00:49:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFC/RFA] Add regcache_raw_{supply,collect} References: <200308282202.h7SM2Q2k032444@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00525.txt.bz2 BTW, in the ARI, I've the comment: supply register Replace supply_register() with something involving the regcache, or a TPID so yep. Can you at the same time re-implement supply_register and regcache_collect to use these new methods. I'll then add supply_register and regcache_collect to the deprecate list. Andrew