From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13981 invoked by alias); 10 Feb 2014 05:32:02 -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 13970 invoked by uid 89); 10 Feb 2014 05:32:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f46.google.com Received: from mail-yh0-f46.google.com (HELO mail-yh0-f46.google.com) (209.85.213.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 10 Feb 2014 05:31:59 +0000 Received: by mail-yh0-f46.google.com with SMTP id v1so4622767yhn.5 for ; Sun, 09 Feb 2014 21:31:57 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.236.115.73 with SMTP id d49mr26232111yhh.12.1392010317668; Sun, 09 Feb 2014 21:31:57 -0800 (PST) Received: by 10.170.189.212 with HTTP; Sun, 9 Feb 2014 21:31:57 -0800 (PST) In-Reply-To: References: Date: Mon, 10 Feb 2014 05:32:00 -0000 Message-ID: Subject: Re: [PATCH v2 00/36] Guile extension language 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: 2014-02/txt/msg00270.txt.bz2 On Mon, Jan 20, 2014 at 1:50 PM, Doug Evans wrote: > Hi. > > This patch series is v2 of my first pass at adding support for the > Guile extension language. A lot is working, but there's > still a ways to go. > > guile-user: I'm going to avoid spamming you with the entire series of > 36 emails. But I may add you back to the discussion of a particular patch. > > This patch series requires v4 of the "extension language API" > patch series: > https://sourceware.org/ml/gdb-patches/2014-01/msg00538.html > > Summary of each patch: > > 01/36: configure changes > 02/36: doc additions > 03/36: auto-load.c changes > 04/36: breakpoint.c changes > 05/36: cli changes > 06/36: gdbtypes.c additions > 07/36: extension.c additions > 08/36: guile/README > 09/36: gdb-guile.exp > 10/36: guile.c, guile.h > 11/36: scm-auto-load.c > 12/36: scm-gsmob.c > 13/36: scm-exception.c, scm-safe-call.c > 14/36: scm-ports.c > 15/36: scm-string.c > 16/36: scm-utils.c > 17/36: scm-iterator.c > 18/36: scm-arch.c > 19/36: scm-block.c > 20/36: scm-breakpoint.c > 21/36: scm-disasm.c > 22/36: scm-frame.c > 23/36: scm-lazy-string.c > 24/36: scm-math.c > 25/36: scm-objfile.c > 26/36: scm-pretty-print.c > 27/36: scm-symbol.c > 28/36: scm-symtab.c > 29/36: scm-type.c > 30/36: scm-value.c > 31/36: Scheme files > 32/36: help.exp update > 33/36: generics tests > 34/36: equal? tests > 35/36: error tests > 36/36: section script tests Hi. I have committed (most of) this series. There's a couple of patches that can be treated as being separate, so I'm going to commit them separately. I'll post followups that contain the patches I actually committed where they're different from v2. [to minimize the amount of email]