From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17762 invoked by alias); 15 Dec 2001 17:44:50 -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 17740 invoked from network); 15 Dec 2001 17:44:50 -0000 Received: from unknown (HELO ftpbox.mot.com) (129.188.136.101) by sources.redhat.com with SMTP; 15 Dec 2001 17:44:50 -0000 Received: [from pobox.mot.com (pobox.mot.com [129.188.137.100]) by ftpbox.mot.com (ftpbox 2.1) with ESMTP id KAA24629; Sat, 15 Dec 2001 10:44:46 -0700 (MST)] Received: [from postal.somerset.sps.mot.com (postal.somerset.sps.mot.com [163.12.132.5]) by pobox.mot.com (MOT-pobox 2.0) with ESMTP id KAA09406; Sat, 15 Dec 2001 10:44:45 -0700 (MST)] Received: from softail.somerset.sps.mot.com (softail.somerset.sps.mot.com [163.12.80.17]) by postal.somerset.sps.mot.com (8.11.0/8.11.0) with ESMTP id fBFHii324855; Sat, 15 Dec 2001 11:44:44 -0600 (CST) Received: from localhost (galak@localhost) by softail.somerset.sps.mot.com (8.11.0/8.11.0) with ESMTP id fBFHih815440; Sat, 15 Dec 2001 11:44:43 -0600 (CST) X-Authentication-Warning: softail.somerset.sps.mot.com: galak owned process doing -bs Date: Sat, 15 Dec 2001 09:44:00 -0000 From: Kumar Gala X-X-Sender: galak@softail.somerset.sps.mot.com To: Andrew Cagney cc: Kumar Gala , , Daniel Jacobowitz , Kevin Buettner , , , , Subject: Re: AltiVec register ptrace support In-Reply-To: <3C1AB0A5.7040102@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-12/txt/msg00137.txt.bz2 > The Linux/PPC kernel supports PEEK/POKE for fetching registers. The > proposed Kernel interface _consistently_ extends that interface using > the exact same mechanims to obtain the altivec regiters. All the > required changes for this have been posted and have been demonstrated to > work. > > Separate to that, it has been _proposed_ that the PPC ptrace() interface > be changed so that get/set reg for all register classes be added > (incomplete patch posted). Isn't this separate to the problem at hand? I think you are correct they are separate issues. I posted both methods so we could decide in which direction we wanted to go with the ptrace interface. I would like to see the single word at a time interface that currectly exists be patched to support AltiVec so we can get debugger support working. I would like this done to the 2.4.x tree. - kumar