From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16645 invoked by alias); 20 Feb 2015 09:42:26 -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 16628 invoked by uid 89); 20 Feb 2015 09:42:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 20 Feb 2015 09:42:23 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1K9gIuJ018104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 20 Feb 2015 04:42:19 -0500 Received: from localhost.localdomain (ovpn-112-21.ams2.redhat.com [10.36.112.21]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1K9gGok017110; Fri, 20 Feb 2015 04:42:17 -0500 Message-ID: <54E70178.8070107@redhat.com> Date: Fri, 20 Feb 2015 09:42:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Alexander Smundak , gdb-patches , Doug Evans Subject: Re: [RFC] [PATCH] Provide the ability to write the frame unwinder in Python References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00591.txt.bz2 On 15/12/14 18:13, Alexander Smundak wrote: > Python frame filters provide the ability to display non-native frames in > a mixed-language application (say, a backtrace of an application written > in C and embedding Java Virtual Machine can be displayed as a mix of > native frames and Java frames). However, GDB cannot always unwind > non-native frames. The proposed patch adds the ability to write frame > unwinders in Python. > > 2014-12-12 Sasha Smundak Sorry I missed this. It came in when I was on Christmas vacation. I'll take an additional look at it soon. Doug did Alexander answer your questions in his reply? Cheers Phil