From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11171 invoked by alias); 4 Nov 2013 16:01:00 -0000 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 Received: (qmail 11101 invoked by uid 89); 4 Nov 2013 16:00:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.1 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-wg0-f51.google.com Received: from Unknown (HELO mail-wg0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 04 Nov 2013 16:00:23 +0000 Received: by mail-wg0-f51.google.com with SMTP id l18so2289151wgh.30 for ; Mon, 04 Nov 2013 08:00:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=72UmVJXF8fis0krLkQvYa2cTHTc/W1NUAg20DT47zpM=; b=asBq9e8amvW0HLGpeTWSeOZvpwqunPeJPyGWBIoSVA3PPMGCdczchpMCi7c3BI4Ome mbP/o9VzBnsgXB4te+17BB/xd15iEQVqns4+ghgxCiMmAs21GqMiRPF644bVI8T+kOnq cRofDN2Jxr1ao9XDCq1XWEOrwjJSVRUiFvSN+XGDxKAKtXvwtcd7fQ6b46Xvo+8FgmO2 /MipANer7pz2/XtveatkAO/7ait1CX4tjVDzC4sRY6Z8HS8WW8sn/MZEJski6TsfAKZd g671NT2R2MX/F04TlN7mtmfp1ZWO8lvG6Boh2SwloShdOlqhHUaTQ7IUp8Nw3dHPWNIJ h+Rg== X-Gm-Message-State: ALoCoQncbGsUmbUKEgeuo3nNawnzs/m/QdBFyp9vC0N0nLEmVb8TtYkrTrQcr771ufm/5YLTJ6Q4 MIME-Version: 1.0 X-Received: by 10.180.92.10 with SMTP id ci10mr13035188wib.41.1383580814137; Mon, 04 Nov 2013 08:00:14 -0800 (PST) Received: by 10.216.73.198 with HTTP; Mon, 4 Nov 2013 08:00:14 -0800 (PST) Date: Mon, 04 Nov 2013 16:04:00 -0000 Message-ID: Subject: guile scripting for gdb From: Doug Evans To: gdb-patches@sourceware.org, guile-user@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00057.txt.bz2 Hi. fyi, I've uploaded my gdb-guile branch to github. https://github.com/dje42/gdb.git It's in branch gdb-guile. It's still very preliminary, there's still lots to do, and there are some open issues. If you're interested take a look. We'll have to see how things end up if/after it passes code review, so while I welcome all the help I can get, I'd feel bad if people write too much now only having to redo it. OTOH, if you have as much fun with this stuff as I do, go for it. :-) I'll be submitting snippets for review over the coming weeks.