gdb and binutils branch master updated. f76c27b5bdd446964d9920464b2f761ae7a4f62a
| Newsgroups | gmane.comp.gdb.top-level.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
Date: Thu Nov 7 12:04:45 2013 +0000
2013-11-07 Phil Muldoon <[email protected]>
* 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 <[email protected]>
* gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
2013-11-07 Phil Muldoon <[email protected]>
* 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