From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4645 invoked by alias); 6 Dec 2003 22:58:50 -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 4638 invoked from network); 6 Dec 2003 22:58:49 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 6 Dec 2003 22:58:49 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5D07B2B8F; Sat, 6 Dec 2003 17:58:40 -0500 (EST) Message-ID: <3FD25F20.50409@gnu.org> Date: Sat, 06 Dec 2003 22:58: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: Jonathan Larmour Cc: gdb-patches@sources.redhat.com Subject: Re: powerpc remote target registers References: <3FC7FF5D.7060906@eCosCentric.com> <3FCB8DDC.30603@gnu.org> <3FCC21B2.30000@eCosCentric.com> <3FCD6527.9000506@gnu.org> <3FCEE306.5050604@eCosCentric.com> <3FCF4EA0.2030803@gnu.org> <3FD2535E.9000108@eCosCentric.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00241.txt.bz2 > Andrew Cagney wrote: > > Try the attached, its basicly the same but with a few not very obvious tweaks: supply_register is actually deprecated (but you couldn't tell :-); ->offset is really only valid when ->in_g_packet; avoids an assuption about the total size of the buffer and the behavior of get packet. > > I think I got the logic right. > > Just FAOD in case you're waiting for me to confirm, the patch does indeed appear to work fine. Thanks! Committed. Andrew