From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8902 invoked by alias); 26 Aug 2002 18:21:08 -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 8879 invoked from network); 26 Aug 2002 18:21:07 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 26 Aug 2002 18:21:07 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F2D5D3E11; Mon, 26 Aug 2002 14:21:05 -0400 (EDT) Message-ID: <3D6A7191.2070003@ges.redhat.com> Date: Mon, 26 Aug 2002 11:25:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [patch/wip] Save/restore cooked registers References: <3D692D27.4010003@ges.redhat.com> <1020826155511.ZM30766@localhost.localdomain> <15722.22357.397126.473082@localhost.redhat.com> <1020826172622.ZM31173@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00852.txt.bz2 > I've looked over Andrew's WIP patch. I haven't checked all the details, > but the ideas seem sound and the interfaces look okay. I'd like to see > the iterators better commented though. The doco will go in: gdbint.texinfo:Registers:Saving and Restoring Registers. Hence ``wip'' :-) Andrew