From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24826 invoked by alias); 15 Sep 2012 02:27:56 -0000 Received: (qmail 24817 invoked by uid 22791); 15 Sep 2012 02:27:55 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=BAYES_20,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Sep 2012 02:27:42 +0000 Received: from [113.118.92.206] (port=31596 helo=localhost) by fencepost.gnu.org with esmtpa (Exim 4.71) (envelope-from ) id 1TCi6e-0003Uo-Hl for gdb-patches@sourceware.org; Fri, 14 Sep 2012 22:27:41 -0400 Date: Sat, 15 Sep 2012 02:27:00 -0000 From: Nala Ginrut To: gdb-patches@sourceware.org Subject: About Guile support for GDB Message-ID: <20120915022738.GA14703@renee-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00297.txt.bz2 hi! I saw the declaration on GDB website: -----------------------------cut---------------------------- January 9, 2012: Extensibility support using Guile GDB ought to support extensibility using Guile, the GNU extensibility package (an implementation of Scheme). We are looking for people to write the code to interface the two. Please write to gdb-patches AT sourceware DOT org if you are interested. -----------------------------end---------------------------- As a Guile developper, I'd like to contribute ;-) Would you please point me out how to start? Regards.