From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27772 invoked by alias); 7 Nov 2013 12:33:25 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 27746 invoked by uid 55); 7 Nov 2013 12:33:25 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug python/15747] Python needs COMPLETE_EXPRESSION Date: Thu, 07 Nov 2013 12:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pmuldoon at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q4/txt/msg00271.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15747 --- Comment #1 from 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 Date: Thu Nov 7 12:32:31 2013 +0000 2013-11-07 Phil Muldoon PR python/15747 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant. 2013-11-07 Phil Muldoon * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests. * gdb.python/py-cmd.c: New File. 2013-11-07 Phil Muldoon * 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.