From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20786 invoked by alias); 11 Feb 2015 15:45:30 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 20770 invoked by uid 89); 11 Feb 2015 15:45:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 11 Feb 2015 15:45:29 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Test results for commit b99bf4e352f8590ccee3fbe3b4b031efdfcccdab on branch master From: sergiodj@redhat.com To: gdb-testers@sourceware.org Message-Id: Date: Wed, 11 Feb 2015 15:52:00 -0000 X-IsSubscribed: yes X-SW-Source: 2015-q1/txt/msg01604.txt.bz2 *** TEST RESULTS FOR COMMIT b99bf4e352f8590ccee3fbe3b4b031efdfcccdab *** Author: Jan Kratochvil Branch: master Commit: b99bf4e352f8590ccee3fbe3b4b031efdfcccdab framefilter quit: Make it exception safe gdb/ChangeLog 2015-02-11 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.