From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Evans Newsgroups: gmane.lisp.guile.user,gmane.comp.gdb.patches Subject: guile scripting for gdb Date: Mon, 4 Nov 2013 08:00:14 -0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1383580830 15513 80.91.229.3 (4 Nov 2013 16:00:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2013 16:00:30 +0000 (UTC) To: gdb-patches@sourceware.org, guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Nov 04 17:00:35 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VdMZv-0006zf-1C for guile-user@m.gmane.org; Mon, 04 Nov 2013 17:00:35 +0100 Original-Received: from localhost ([::1]:50738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdMZu-0003Hi-NE for guile-user@m.gmane.org; Mon, 04 Nov 2013 11:00:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdMZh-0003HR-Ca for guile-user@gnu.org; Mon, 04 Nov 2013 11:00:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdMZb-0005Fb-6Q for guile-user@gnu.org; Mon, 04 Nov 2013 11:00:21 -0500 Original-Received: from mail-wi0-f173.google.com ([209.85.212.173]:58253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdMZb-0005FA-0d for guile-user@gnu.org; Mon, 04 Nov 2013 11:00:15 -0500 Original-Received: by mail-wi0-f173.google.com with SMTP id ey11so739722wid.12 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=RwnRLvuXWVDa2y8P4DuhqJUaGv7eBsMZYyzBcB+xJXQOIKUKr6wFTaM0tnnuVda5lF r66Sfs3xCmade2qHkIOpZEP3AhojAjVwAm/gdPBq43/8xnA4Sb84cMoTvi7f2ePa3njW n/R9t75Dzkl+qkR35GmetG3pgW8c1VWpq/iOqO94MeBXId6JmIWK26mZr6/2WrimPtys ifkglo8y7WNtITTYK3XdDQn8iT+x6ocVgb933kZbkB1ClheuWqt6FkfopH8wgzNftVRu 0jxZori7brs9XGNKVCITB+Bc8poGtPmeGpJrPnYBXIA+nh+IC3d6lsRdaiX8iUGMoyKS +oVw== X-Gm-Message-State: ALoCoQkTib+KvO9mKqCY5lRl6zUSrEMrroB5riGPzFM5VxBN+UGnDcdNC6Y7lbwlc3mQjvezXZqa X-Received: by 10.180.92.10 with SMTP id ci10mr13035188wib.41.1383580814137; Mon, 04 Nov 2013 08:00:14 -0800 (PST) Original-Received: by 10.216.73.198 with HTTP; Mon, 4 Nov 2013 08:00:14 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.212.173 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10872 gmane.comp.gdb.patches:91892 Archived-At: 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.