From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8151 invoked by alias); 2 Nov 2016 22:11:25 -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 8132 invoked by uid 89); 2 Nov 2016 22:11:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=H*MI:lan, H*M:lan, concerns, his X-HELO: emailserver1.aplushosting.com Received: from emailserver1.asdf456.com (HELO emailserver1.aplushosting.com) (72.18.207.136) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Wed, 02 Nov 2016 22:11:14 +0000 Received: (qmail 23625 invoked by uid 0); 2 Nov 2016 22:11:12 -0000 Received: from unknown (HELO pinnacle.lan) (70.176.31.165) by emailserver1.asdf456.com with SMTP; Wed, 02 Nov 2016 15:11:12 -0700 Date: Wed, 02 Nov 2016 22:11:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: [PATCH v2 0/5] Prevent more recursion in python based unwinders Message-ID: <20161102151111.2462c806@pinnacle.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00015.txt.bz2 This is an updated series of patches for preventing recursion into python based unwinders. Pedro reviewed the earlier series; I've tried to address all of his concerns in addition to several of my own concerns that I found along the way. The earlier patch series may be found here: https://sourceware.org/ml/gdb-patches/2016-09/msg00391.html To this series, I've also added a related testsuite patch which I had before posted as a standalone patch. This patch has changed slightly; I discovered and fixed a typo in a comment since I first posted it. Kevin