From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5523 invoked by alias); 15 Sep 2012 07:15:14 -0000 Received: (qmail 5441 invoked by uid 22791); 15 Sep 2012 07:15:11 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Sep 2012 07:14:56 +0000 Received: by vcbfl17 with SMTP id fl17so3320776vcb.0 for ; Sat, 15 Sep 2012 00:14:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=KudInUcmYLZ+6N5G8bNYOFH1I5KZhc2/rwbILgKJKqs=; b=hjBe+SC9Srq/V7ER0fTraNESASGdsQBJO7064KdowR2yuAJIVYplwz07bfowul4b0u sJf//qfIphooNsLstZ8hc+Ci/vwpxdqqYakas9PJafFZitHNKYSAK9UaMmy8OGPv2rps NbUVN27UbaUI3JtehFxFkX25Ft1rV6nBzyrtOxfAhg36SQLtU0wYaFblgl4fufyMFT7I iF30SQhEg8pbJAFhj+SiTDm21RgkWqbBZpcAc1iMpyyl4ABS4AiKKOLxqrRQYtasomp5 TprUL3sD7SJisI9otLU29UiboP336K4PlCk1E2bztRUNpkRWPONG3fLPn41a+faIA/51 KXfw== Received: by 10.220.16.9 with SMTP id m9mr4109220vca.72.1347693295891; Sat, 15 Sep 2012 00:14:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.16.9 with SMTP id m9mr4109217vca.72.1347693295792; Sat, 15 Sep 2012 00:14:55 -0700 (PDT) Received: by 10.52.24.239 with HTTP; Sat, 15 Sep 2012 00:14:55 -0700 (PDT) In-Reply-To: <20120915022738.GA14703@renee-laptop> References: <20120915022738.GA14703@renee-laptop> Date: Sat, 15 Sep 2012 07:15:00 -0000 Message-ID: Subject: Re: About Guile support for GDB From: Doug Evans To: Nala Ginrut Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQmOxfkAYDCWLLUs8EjpBOdpweO2WN3UL0BBsfHbHTLfjvxV6Ra4Izp/8ULZoumuuvTt2ZZ7s/jQ4bIIFmypZXr3ODpWhInP8lKC16PARrgB+V5uIS2IbTOoFTX47fYtg1IntljPStu3+V4AN4yrEoDwsjE0UYl/ygl9RPY5Iq3jUx8XJ8ezEpZskL4g4yXrXPwnWLttH472Sla2UQ/SPT4TQ8rRcQ== X-IsSubscribed: yes 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/msg00298.txt.bz2 On Fri, Sep 14, 2012 at 7:27 PM, Nala Ginrut wrote: > 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. Here's an earlier thread on the subject. http://sourceware.org/ml/gdb-patches/2012-06/msg00853.html