From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8343 invoked by alias); 7 Nov 2013 12:05:37 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 8320 invoked by uid 9514); 7 Nov 2013 12:05:36 -0000 Date: Thu, 07 Nov 2013 12:05:00 -0000 Message-ID: <20131107120534.8293.qmail@sourceware.org> From: pmuldoon@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. f76c27b5bdd446964d9920464b2f761ae7a4f62a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d52cd232cb3a7a9f6e6857110d9119c1675d2d32 X-Git-Newrev: f76c27b5bdd446964d9920464b2f761ae7a4f62a X-SW-Source: 2013-q4/txt/msg00066.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via f76c27b5bdd446964d9920464b2f761ae7a4f62a (commit) from d52cd232cb3a7a9f6e6857110d9119c1675d2d32 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f76c27b5bdd446964d9920464b2f761ae7a4f62a commit f76c27b5bdd446964d9920464b2f761ae7a4f62a Author: Phil Muldoon Date: Thu Nov 7 12:04:45 2013 +0000 2013-11-07 Phil Muldoon * python/py-breakpoint.c (bppy_get_temporary): New function. (bppy_init): New keyword: temporary. Parse it and set breakpoint to temporary if True. 2013-11-07 Phil Muldoon * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests. 2013-11-07 Phil Muldoon * gdb.texinfo (Breakpoints In Python): Document temporary option in breakpoint constructor, and add documentation to the temporary attribute. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 7 ++++ gdb/NEWS | 1 + gdb/doc/ChangeLog | 6 +++ gdb/doc/gdb.texinfo | 47 ++++++++++++++++++--------- gdb/python/py-breakpoint.c | 38 ++++++++++++++++++++-- gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.python/py-breakpoint.exp | 34 ++++++++++++++++++++ 7 files changed, 117 insertions(+), 20 deletions(-) hooks/post-receive -- gdb and binutils