From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15400 invoked by alias); 20 Feb 2015 09:59:28 -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 15388 invoked by uid 89); 20 Feb 2015 09:59:28 -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,SPF_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:59:27 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1K9xPpO004517 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 20 Feb 2015 04:59:25 -0500 Received: from localhost.localdomain (ovpn-112-21.ams2.redhat.com [10.36.112.21]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1K9xNV4003884; Fri, 20 Feb 2015 04:59:23 -0500 Message-ID: <54E7057A.6010109@redhat.com> Date: Fri, 20 Feb 2015 09:59: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: <54E70178.8070107@redhat.com> In-Reply-To: <54E70178.8070107@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00595.txt.bz2 On 20/02/15 09:42, Phil Muldoon wrote: > 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? > Oops disregard. I forgot that mailing list replies don't cross monthly boundaries. Cheers Phil