gdb and binutils branch master updated. 92e32e33f16b40988327df8e8beacf3a8a356916
| 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 92e32e33f16b40988327df8e8beacf3a8a356916 (commit)
from f76c27b5bdd446964d9920464b2f761ae7a4f62a (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=92e32e33f16b40988327df8e8beacf3a8a356916
commit 92e32e33f16b40988327df8e8beacf3a8a356916
Author: Phil Muldoon <[email protected]>
Date: Thu Nov 7 12:32:31 2013 +0000
2013-11-07 Phil Muldoon <[email protected]>
PR python/15747
* python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
2013-11-07 Phil Muldoon <[email protected]>
* gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
* gdb.python/py-cmd.c: New File.
2013-11-07 Phil Muldoon <[email protected]>
* gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
constant.
-----------------------------------------------------------------------
Summary of changes:
gdb/ChangeLog | 5 +++
gdb/doc/ChangeLog | 5 +++
gdb/doc/gdb.texinfo | 7 ++++
gdb/python/py-cmd.c | 1 +
gdb/testsuite/ChangeLog | 5 +++
gdb/testsuite/gdb.python/{py-arch.c => py-cmd.c} | 7 ++++
gdb/testsuite/gdb.python/py-cmd.exp | 42 +++++++++++++++++++--
7 files changed, 68 insertions(+), 4 deletions(-)
copy gdb/testsuite/gdb.python/{py-arch.c => py-cmd.c} (93%)
hooks/post-receive
--
gdb and binutils