From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51829 invoked by alias); 28 Apr 2017 15:08:51 -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 51810 invoked by uid 89); 28 Apr 2017 15:08:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:455 X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Apr 2017 15:08:50 +0000 Received: by mail-wm0-f48.google.com with SMTP id w64so44903518wma.0 for ; Fri, 28 Apr 2017 08:08:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=4TYYVXiP8G1JZgznJAXBxJbmcdpEODjwwu6GZzvxeOA=; b=T5+FpzCWWhHt2UuuBIrYDs1v14YLOCTPgoRGEq1rpXfSOVeyU1RA7fcF0VU/YRFtsa OQWSa0LFgGYRdEVtlVIK2T7mqYlku77lTj04iiDeH6uTJ4Z7DUQcenbLiOmvDjdCiRna xNDLUIno4b58SxUrQECMT8DioGzaZMl8ayK91PHlHov/URb18yhBFQeig3dU1f6GIX0O x30+3Ep1EHB0r1fVs5B93s2gHI/BF6JEHinYse5VZfiK56UbSG7HsNYm1sVXjKNI4C/W 4BdVDkM/f8GhERfkDx+7+mSZPCzEcRiajuPbd/IoG2zsWgwvFwqUMN57O3LvOcLMnhe6 3PUw== X-Gm-Message-State: AN3rC/59UXxUyQSmOvycQhu1UzCJfXCnZgibO6OgCoVj/M4thJAbypT8 wajsySuCOEtZd9LK X-Received: by 10.28.212.78 with SMTP id l75mr6378912wmg.47.1493392130275; Fri, 28 Apr 2017 08:08:50 -0700 (PDT) Received: from ?IPv6:2a02:c7f:ae15:7800:4685:ff:fe66:9f4? ([2a02:c7f:ae15:7800:4685:ff:fe66:9f4]) by smtp.gmail.com with ESMTPSA id c37sm8002677wra.16.2017.04.28.08.08.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Apr 2017 08:08:49 -0700 (PDT) Subject: Re: [RFA 09/10] Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c To: Tom Tromey , gdb-patches@sourceware.org References: <20170425194113.17862-1-tom@tromey.com> <20170425194113.17862-10-tom@tromey.com> From: Phil Muldoon Message-ID: <1300b8f1-c291-5c26-1335-d6c2fe8fa0a3@redhat.com> Date: Fri, 28 Apr 2017 15:08:00 -0000 MIME-Version: 1.0 In-Reply-To: <20170425194113.17862-10-tom@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00793.txt.bz2 On 25/04/17 20:41, Tom Tromey wrote: > While reading py-framefilter.c, I found one spot where an exception > could be caught but then not be turned into EXT_LANG_BT_ERROR. This > patch fixes this spot. > > ChangeLog > 2017-04-25 Tom Tromey > > * python/py-framefilter.c (py_print_single_arg): Return > EXT_LANG_BT_ERROR from catch. Patch LGTM/ Cheers Phil