From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2435 invoked by alias); 24 Sep 2003 18:44:42 -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 2421 invoked from network); 24 Sep 2003 18:44:42 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 24 Sep 2003 18:44:42 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1A13E2B89; Wed, 24 Sep 2003 14:44:46 -0400 (EDT) Message-ID: <3F71E61D.9060500@redhat.com> Date: Wed, 24 Sep 2003 18:44: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: Andy Howell Cc: gdb@sources.redhat.com Subject: Re: gdb and Sun ONE Studio 8 References: <200309121754.48811.kcc@pro.sun.mcst.ru> <3F6E604E.6050403@redhat.com> <3F71E461.3060201@austin.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00302.txt.bz2 > Andrew, > FYI, work to rewrite GDB's sparc support has just started - it was long overdue for an overhaul. See the branch: kettenis_sparc-20030918-branch. If you're interested in contributing code, contact me. However, I suspect, even someone running tests would help. > > > I tried checking this out, but got the following error: > > cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -r kettenis_sparc-20030918-branch > cvs [checkout aborted]: must specify at least one module or directory > > I checked out the modules, but didn't see anything there. Could you please point me in the right direction? You'll want the module "gdb+dejagnu" vis: cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -r kettenis_sparc-20030918-branch gdb+dejagnu Andrew