From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27449 invoked by alias); 2 Nov 2005 01:03:05 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 27418 invoked by uid 22791); 2 Nov 2005 01:02:59 -0000 Received: from e31.co.us.ibm.com (HELO e31.co.us.ibm.com) (32.97.110.149) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 02 Nov 2005 01:02:59 +0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e31.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id jA212vCt019406 for ; Tue, 1 Nov 2005 20:02:57 -0500 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id jA212vXg511288 for ; Tue, 1 Nov 2005 18:02:57 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id jA212uN1021718 for ; Tue, 1 Nov 2005 18:02:56 -0700 Received: from dyn9047022123-009047022095.beaverton.ibm.com (dyn9047022123-009047022095.beaverton.ibm.com [9.47.22.95]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id jA212uKu021701; Tue, 1 Nov 2005 18:02:56 -0700 From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: gdb-patches@sourceware.org Subject: Re: [COMMITTED] allow gdb to access altivec registers - OK to commit? Date: Wed, 02 Nov 2005 01:03:00 -0000 User-Agent: KMail/1.6.2 Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com References: <200511011313.52576.pgilliam@us.ibm.com> <20051102001602.GA11105@nevyn.them.org> In-Reply-To: <20051102001602.GA11105@nevyn.them.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200511011705.40006.pgilliam@us.ibm.com> X-SW-Source: 2005-11/txt/msg00023.txt.bz2 On Tuesday 01 November 2005 16:16, Daniel Jacobowitz wrote: > > > + /* FIXME: pgilliam/2005-10-21: Assume all PowerPC 64-bit linux systems > > > + have altivec registers. If not, ptrace will fail the first time it's > > > + called to access one and will not be called again. This wart will > > > + be removed when Daniel Jacobowitz's proposal for autodetecting target > > > + registers is implimented. */ > > Andreas already pointed out this typo; could you fix it, please? I fixed it before I committed the patch, but I didn't repost the corrected patch. Do you want me to post the corrected patch? ( At least I spelled your name right 8-) ok, I cut-n-pasted your name right 8-) -=# Paul #=- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27464 invoked by alias); 2 Nov 2005 01:03:06 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 27417 invoked by uid 22791); 2 Nov 2005 01:02:58 -0000 Received: from e32.co.us.ibm.com (HELO e32.co.us.ibm.com) (32.97.110.150) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 02 Nov 2005 01:02:58 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e32.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id jA212vlP005579 for ; Tue, 1 Nov 2005 20:02:57 -0500 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id jA2140DC527118 for ; Tue, 1 Nov 2005 18:04:00 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id jA212uMx021718 for ; Tue, 1 Nov 2005 18:02:56 -0700 Received: from dyn9047022123-009047022095.beaverton.ibm.com (dyn9047022123-009047022095.beaverton.ibm.com [9.47.22.95]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id jA212uKu021701; Tue, 1 Nov 2005 18:02:56 -0700 From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: gdb-patches@sourceware.org Subject: Re: [COMMITTED] allow gdb to access altivec registers - OK to commit? Date: Wed, 02 Nov 2005 04:28:00 -0000 User-Agent: KMail/1.6.2 Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com References: <200511011313.52576.pgilliam@us.ibm.com> <20051102001602.GA11105@nevyn.them.org> In-Reply-To: <20051102001602.GA11105@nevyn.them.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200511011705.40006.pgilliam@us.ibm.com> X-SW-Source: 2005-11/txt/msg00024.txt.bz2 Message-ID: <20051102042800.N6tIlYKQuhbljQ_CrBOtywfbKVwsPmAodzlor-LaUXw@z> On Tuesday 01 November 2005 16:16, Daniel Jacobowitz wrote: > > > + /* FIXME: pgilliam/2005-10-21: Assume all PowerPC 64-bit linux systems > > > + have altivec registers. If not, ptrace will fail the first time it's > > > + called to access one and will not be called again. This wart will > > > + be removed when Daniel Jacobowitz's proposal for autodetecting target > > > + registers is implimented. */ > > Andreas already pointed out this typo; could you fix it, please? I fixed it before I committed the patch, but I didn't repost the corrected patch. Do you want me to post the corrected patch? ( At least I spelled your name right 8-) ok, I cut-n-pasted your name right 8-) -=# Paul #=-