From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15020 invoked by alias); 7 Dec 2004 14:33:48 -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 14845 invoked from network); 7 Dec 2004 14:33:30 -0000 Received: from unknown (HELO zcars04f.nortelnetworks.com) (47.129.242.57) by sourceware.org with SMTP; 7 Dec 2004 14:33:30 -0000 Received: from zrtps0m6.us.nortel.com (zrtps0m6.us.nortel.com [47.140.192.58]) by zcars04f.nortelnetworks.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id iB7EXRR08196; Tue, 7 Dec 2004 09:33:27 -0500 (EST) Received: from linhd-2.ca.nortel.com (linhd-2.ca.nortel.com [47.129.74.85]) by zrtps0m6.us.nortel.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id iB7EXPr20524; Tue, 7 Dec 2004 09:33:25 -0500 (EST) Received: from linhd by linhd-2.ca.nortel.com with local (Exim 3.36 #1 (Debian)) id 1CbgP6-0000Ad-00; Tue, 07 Dec 2004 09:33:24 -0500 To: Andreas Schwab Cc: gdb@sources.redhat.com Subject: Re: NPTL on ppc References: <200411191233.22357.vladimir.vorobyov@iss.org.ua> <200411191641.15822.vladimir.vorobyov@iss.org.ua> <20041120013220.GB27485@nevyn.them.org> <200411201427.13557.vladimir.vorobyov@iss.org.ua> <20041120164209.GA15174@nevyn.them.org> <20041206184451.GA22104@nevyn.them.org> <20041206201842.GA24549@nevyn.them.org> From: "Linh Dang" Date: Tue, 07 Dec 2004 14:33:00 -0000 In-Reply-To: (Andreas Schwab's message of "Tue, 07 Dec 2004 00:20:28 +0100") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-12/txt/msg00039.txt.bz2 Andreas Schwab wrote: > Daniel Jacobowitz writes: > >> If so, I'm out of ideas; you will have to debug it yourself. > > NPTL debugging requires a functional implementation of ps_lgetregs, > but gdbserver on ppc does not implement it. dummy question: ptrace(2) on linux-ppc doesn't support PTRACE_GETREGS, how does gdb get registers from the inferior process? (the native gdb works fine with NPTL, just gdbserver that has trouble.) Thanx -- Linh Dang