From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57581 invoked by alias); 10 Apr 2015 07:26:01 -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 57563 invoked by uid 89); 10 Apr 2015 07:26:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Apr 2015 07:25:58 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NMK00F00XSZ1300@mtaout28.012.net.il> for gdb-patches@sourceware.org; Fri, 10 Apr 2015 10:24:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMK0059OXX2WY90@mtaout28.012.net.il>; Fri, 10 Apr 2015 10:24:38 +0300 (IDT) Date: Fri, 10 Apr 2015 07:26:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v5] Add Guile frame unwinder interface In-reply-to: <87zj6hdq6b.fsf@igalia.com> To: Andy Wingo Cc: gdb-patches@sourceware.org, dje@google.com Reply-to: Eli Zaretskii Message-id: <83r3rsv3zx.fsf@gnu.org> References: <87zj6hdq6b.fsf@igalia.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00356.txt.bz2 > From: Andy Wingo > Cc: dje@google.com > Date: Thu, 09 Apr 2015 22:04:12 +0200 > > >From 898b8fd80dc5b533be9219472af7645e91d37985 Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Thu, 5 Mar 2015 16:40:20 +0100 > Subject: [PATCH] Add Guile frame unwinder interface > > gdb/doc/ChangeLog: > > * guile.texi (Guile Frame Unwinder API): New section. OK for this part, thanks.