From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26217 invoked by alias); 6 May 2009 16:58:53 -0000 Received: (qmail 26200 invoked by uid 22791); 6 May 2009 16:58:52 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 May 2009 16:58:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3255B2BAC74; Wed, 6 May 2009 12:58:46 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wVV7y+IuzPG3; Wed, 6 May 2009 12:58:46 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CD8722BAC82; Wed, 6 May 2009 12:58:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DA05BF5900; Wed, 6 May 2009 09:58:42 -0700 (PDT) Date: Wed, 06 May 2009 16:58:00 -0000 From: Joel Brobecker To: S?rgio Durigan J?nior Cc: luisgpm@linux.vnet.ibm.com, gdb-patches@sourceware.org, Mark Kettenis Subject: Re: [PATCH] Improve the fetch/store of general-purpose and floating-point PowerPC registers Message-ID: <20090506165842.GP10734@adacore.com> References: <1231289020.2026.3.camel@miki> <200901070955.n079twBj014790@brahms.sibelius.xs4all.nl> <1231344540.2026.7.camel@miki> <1231436749.2026.19.camel@miki> <1231503988.12849.6.camel@gargoyle> <1232558849.6328.23.camel@miki> <20090428200725.GC31821@adacore.com> <1240953172.2392.1.camel@miki> <20090429040506.GI31821@adacore.com> <1241548465.30332.30.camel@miki> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1241548465.30332.30.camel@miki> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00124.txt.bz2 > Here goes the reviewed version of the patch, addressing your > observations. Is it OK to check in now? Perfect. Thank you very much :) > 2009-05-05 Sergio Durigan Junior > > * ppc-linux-nat.c (have_ptrace_getsetregs): New variable. > (have_ptrace_getsetfpregs): Likewise. > fetch_all_gp_regs): New function. > (fetch_gp_regs): New function. > (fetch_all_fp_regs): Likewise. > (fetch_fp_regs): New function. > (fetch_ppc_registers): Using the new methods to fetch general- > purpose and floating-pointer registers. > (store_all_gp_regs): New function. > (store_gp_regs): Likewise. > (store_all_fp_regs): New function. > (store_fp_regs): Likewise. > (store_ppc_registers): Using the new methods to store general- > purpose and floating-pointer registers. -- Joel