From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2645 invoked by alias); 6 Oct 2004 01:40:04 -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 2637 invoked from network); 6 Oct 2004 01:40:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 6 Oct 2004 01:40:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i961e3DC013287 for ; Tue, 5 Oct 2004 21:40:03 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i961dur02457; Tue, 5 Oct 2004 21:39:57 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DCB5528D2; Tue, 5 Oct 2004 21:39:41 -0400 (EDT) Message-ID: <41634CDD.8050003@gnu.org> Date: Wed, 06 Oct 2004 01:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040831 MIME-Version: 1.0 To: Brian McQueen Cc: Daniel Jacobowitz , gdb@sources.redhat.com Subject: Re: Gdb with Guile References: <1096504520.17EBA60@g28.dngr.org> <20041002151402.GA24203@nevyn.them.org> <4161B0A5.5020502@gnu.org> <1096985879.20778056@w37.dngr.org> In-Reply-To: <1096985879.20778056@w37.dngr.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00104.txt.bz2 > Thanks for the msgs guys. I am very interested in taking on this project. I've already downloaded the source and started looking around. I was guessing libgdb would be the way to go. You mention libgdb v1 is dead, is v2 on track? I had hoped that libgdb was the true core of the current gdb, giving me a natural place to start. By on track you mean? libgdb2 is more of a roadmap with very long term goals. If you're looking for an immediate result, I'd look at mi/gdb-mi.el. Andrew (assignment request form sent) > I need to do some more thinking and studying. Gdb's source code is new to me. The guile guys are active and helpful, but they are in the midst of a big revision right now.