From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18504 invoked by alias); 29 Aug 2003 20:20:04 -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 18492 invoked from network); 29 Aug 2003 20:20:01 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 29 Aug 2003 20:20:01 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h7TKJmFd007071; Fri, 29 Aug 2003 22:19:48 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h7TKJmSr069579; Fri, 29 Aug 2003 22:19:48 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h7TKJm0P069576; Fri, 29 Aug 2003 22:19:48 +0200 (CEST) Date: Fri, 29 Aug 2003 20:20:00 -0000 Message-Id: <200308292019.h7TKJm0P069576@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@redhat.com CC: drow@mvista.com, gdb@sources.redhat.com In-reply-to: <3F4B8173.1000302@redhat.com> (message from Andrew Cagney on Tue, 26 Aug 2003 11:49:07 -0400) Subject: Re: [RFC] Register sets References: <200308232249.h7NMnvhh090154@elgar.kettenis.dyndns.org> <20030824164347.GA17520@nevyn.them.org> <200308252234.h7PMYqFu001245@elgar.kettenis.dyndns.org> <3F4B8173.1000302@redhat.com> X-SW-Source: 2003-08/txt/msg00333.txt.bz2 Date: Tue, 26 Aug 2003 11:49:07 -0400 From: Andrew Cagney Just a heads up, I intend making things more thread/frame friendly this time round. This means that, at some point, you might find that what was supply_register(regnum, buf) gets converted into cache_supply_register (cache, regnum, buf). However, that's orthogonal, just don't be suprized if it happens at some point. Somehow I skipped this bit of your mail, since this is exactly what I did eralier today. Mark