From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89676 invoked by alias); 24 Mar 2015 09:06:05 -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 89666 invoked by uid 89); 24 Mar 2015 09:06:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL autolearn=ham version=3.3.2 X-HELO: sasl.smtp.pobox.com Received: from pb-sasl1.int.icgroup.com (HELO sasl.smtp.pobox.com) (208.72.237.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Mar 2015 09:06:03 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id B3D7A36C26; Tue, 24 Mar 2015 05:06:01 -0400 (EDT) Received: from pb-sasl1.int.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id AC6D136C25; Tue, 24 Mar 2015 05:06:01 -0400 (EDT) Received: from rusty (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id E279A36C22; Tue, 24 Mar 2015 05:06:00 -0400 (EDT) From: Andy Wingo To: Doug Evans Cc: Alexander Smundak , gdb-patches Subject: Re: [RFC] [PATCH] Provide the ability to write the frame unwinder in Python References: <21714.40641.510825.30998@ruffy2.mtv.corp.google.com> <54E71694.1080304@redhat.com> <87ioei31uj.fsf@igalia.com> <87d24p19tt.fsf@igalia.com> <54FD7DAA.7010603@redhat.com> <87twxrncld.fsf@igalia.com> <87ioe1dvu2.fsf@igalia.com> <87sid4atms.fsf@igalia.com> <87r3smado6.fsf@igalia.com> <21776.28787.615626.171251@ruffy2.mtv.corp.google.com> Date: Tue, 24 Mar 2015 09:06:00 -0000 In-Reply-To: <21776.28787.615626.171251@ruffy2.mtv.corp.google.com> (Doug Evans's message of "Mon, 23 Mar 2015 12:58:43 -0700") Message-ID: <87iodq4vex.fsf@igalia.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: FDFEAA82-D204-11E4-B80E-99D0625725FD-02397024!pb-sasl1.pobox.com X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00783.txt.bz2 Hi, Replying for comments that affect the Guile patch. On Mon 23 Mar 2015 20:58, Doug Evans writes: > Andy: Can we forgo priorities for now until we have a use-case and thus > something concrete to base them on? Sure. > > +@node Unwinding Frames in Python > > +@subsubsection Unwinding Frames in Python > > +@cindex Unwinding frames in Python. > > IWBN if the Scheme and Python sides had similar text, > but let's leave that until both patches are in. > Then someone (maybe myself) can go back and edit them. ACK Andy