public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/15747] New: Python needs COMPLETE_EXPRESSION
@ 2013-07-16 19:20 tromey at redhat dot com
  2013-09-18 12:57 ` [Bug python/15747] " pmuldoon at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2013-07-16 19:20 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 15747
           Summary: Python needs COMPLETE_EXPRESSION
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

Python commands can request some built-in completers.
gdb provides a complete_expression function, but there
is no way to request this from Python.
Python should provide COMPLETE_EXPRESSION for this.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug python/15747] Python needs COMPLETE_EXPRESSION
  2013-07-16 19:20 [Bug python/15747] New: Python needs COMPLETE_EXPRESSION tromey at redhat dot com
@ 2013-09-18 12:57 ` pmuldoon at redhat dot com
  2013-11-07 12:33 ` cvs-commit at gcc dot gnu.org
  2013-11-07 12:37 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pmuldoon at redhat dot com @ 2013-09-18 12:57 UTC (permalink / raw)
  To: gdb-prs

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

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pmuldoon at redhat dot com
           Assignee|unassigned at sourceware dot org   |pmuldoon at redhat dot com

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug python/15747] Python needs COMPLETE_EXPRESSION
  2013-07-16 19:20 [Bug python/15747] New: Python needs COMPLETE_EXPRESSION tromey at redhat dot com
  2013-09-18 12:57 ` [Bug python/15747] " pmuldoon at redhat dot com
@ 2013-11-07 12:33 ` cvs-commit at gcc dot gnu.org
  2013-11-07 12:37 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-11-07 12:33 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug python/15747] Python needs COMPLETE_EXPRESSION
  2013-07-16 19:20 [Bug python/15747] New: Python needs COMPLETE_EXPRESSION tromey at redhat dot com
  2013-09-18 12:57 ` [Bug python/15747] " pmuldoon at redhat dot com
  2013-11-07 12:33 ` cvs-commit at gcc dot gnu.org
@ 2013-11-07 12:37 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pmuldoon at redhat dot com @ 2013-11-07 12:37 UTC (permalink / raw)
  To: gdb-prs

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

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |7.7

--- Comment #2 from Phil Muldoon <pmuldoon at redhat dot com> ---
Fixed as per commit in comment #1

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-07 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-16 19:20 [Bug python/15747] New: Python needs COMPLETE_EXPRESSION tromey at redhat dot com
2013-09-18 12:57 ` [Bug python/15747] " pmuldoon at redhat dot com
2013-11-07 12:33 ` cvs-commit at gcc dot gnu.org
2013-11-07 12:37 ` pmuldoon at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).