From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20038 invoked by alias); 19 Apr 2013 11:31:30 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 20020 invoked by uid 9514); 19 Apr 2013 11:31:30 -0000 Date: Fri, 19 Apr 2013 11:31:00 -0000 Message-ID: <20130419113130.19993.qmail@sourceware.org> From: pmuldoon@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] pmuldoon/python-backtrace: Moved Python frame filters to post 7.6 X-Git-Refname: refs/heads/pmuldoon/python-backtrace X-Git-Reftype: branch X-Git-Oldrev: 9a69bda0fc0ef06691832741b0559faf96a094ac X-Git-Newrev: 44000d3952edf5b646d7a60195d69cdc7517008c X-SW-Source: 2013-q2/txt/msg00033.txt.bz2 List-Id: The branch, pmuldoon/python-backtrace has been updated via 44000d3952edf5b646d7a60195d69cdc7517008c (commit) from 9a69bda0fc0ef06691832741b0559faf96a094ac (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 44000d3952edf5b646d7a60195d69cdc7517008c Author: Phil Muldoon Date: Fri Apr 19 12:31:10 2013 +0100 Moved Python frame filters to post 7.6 ----------------------------------------------------------------------- Summary of changes: gdb/NEWS | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) First 500 lines of diff: diff --git a/gdb/NEWS b/gdb/NEWS index 91fb49a..61dcffd 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,10 @@ *** Changes since GDB 7.6 +* Python scripting + + ** Frame filters and frame decorators have been added. + * New commands: catch rethrow Like "catch throw", but catches a re-thrown exception. @@ -122,8 +126,6 @@ Tilera TILE-Gx GNU/Linux tilegx*-*-linux * Python scripting -** Frame filters and frame decorators have been added. - ** Vectors can be created with gdb.Type.vector. ** Python's atexit.register now works in GDB. hooks/post-receive -- Repository for Project Archer.