This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/15747] Python needs COMPLETE_EXPRESSION


http://sourceware.org/bugzilla/show_bug.cgi?id=15747

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
       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 <pmuldoon@redhat.com>
Date:   Thu Nov 7 12:32:31 2013 +0000

    2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>

            PR python/15747
            * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.

    2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>

            * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
            * gdb.python/py-cmd.c: New File.

    2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>

            * 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%)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]