From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22575 invoked by alias); 11 Feb 2015 13:45:58 -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 22557 invoked by uid 89); 11 Feb 2015 13:45:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD 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; Wed, 11 Feb 2015 13:45:57 +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 t1BDjtGH027103 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 11 Feb 2015 08:45:55 -0500 Received: from host1.jankratochvil.net ([10.40.204.20]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1BDjq7V030916 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Wed, 11 Feb 2015 08:45:54 -0500 Date: Wed, 11 Feb 2015 13:45:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Phil Muldoon Subject: [commit+7.9] [PATCH 4/6] framefilter quit: Make it exception safe Message-ID: <20150211134551.GD12239@host1.jankratochvil.net> References: <20150207144501.14897.90709.stgit@host1.jankratochvil.net> <20150207144532.14897.50151.stgit@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150207144532.14897.50151.stgit@host1.jankratochvil.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00310.txt.bz2 On Sat, 07 Feb 2015 15:45:32 +0100, Jan Kratochvil wrote: > gdb/ChangeLog > 2015-02-06 Jan Kratochvil > > * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in > function comment. Wrap all function that can throw in cleanups. > (gdbpy_apply_frame_filter): Wrap all function that can throw in > cleanups. b99bf4e352f8590ccee3fbe3b4b031efdfcccdab master 5dea9fe2285fee5d53691856750a0c8960fca04d 7.9 Jan