public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/12070] gdb.Field object attributes not visible from "dir"
       [not found] <bug-12070-4717@http.sourceware.org/bugzilla/>
@ 2012-02-17 17:55 ` tromey at redhat dot com
  2012-02-17 19:24 ` cvs-commit at gcc dot gnu.org
  2012-02-17 19:27 ` tromey at redhat dot com
  2 siblings, 0 replies; 3+ messages in thread
From: tromey at redhat dot com @ 2012-02-17 17:55 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-02-17
                 CC|                            |tromey at redhat dot com
         AssignedTo|unassigned at sourceware    |tromey at redhat dot com
                   |dot org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2012-02-17 17:54:46 UTC ---
Testing a patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug python/12070] gdb.Field object attributes not visible from "dir"
       [not found] <bug-12070-4717@http.sourceware.org/bugzilla/>
  2012-02-17 17:55 ` [Bug python/12070] gdb.Field object attributes not visible from "dir" tromey at redhat dot com
@ 2012-02-17 19:24 ` cvs-commit at gcc dot gnu.org
  2012-02-17 19:27 ` tromey at redhat dot com
  2 siblings, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-02-17 19:24 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-02-17 19:24:30 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2012-02-17 19:24:27

Modified files:
    gdb            : ChangeLog 
    gdb/python     : py-event.c py-type.c py-utils.c 
                     python-internal.h 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.python: py-events.exp py-events.py py-type.exp 

Log message:
    PR python/12070:
    * python/py-event.c (event_object_getset): New global.
    (event_object_type): Reference it.
    * python/py-type.c (field_object_getset): New global.
    (field_object_type): Reference it.
    * python/python-internal.h (gdb_py_generic_dict): Declare.
    * python/py-utils.c (gdb_py_generic_dict): New function.
    testsuite/gdb
    * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
    * gdb.python/py-events.exp: Check 'dir' output.
    * gdb.python/py-type.exp (test_fields): Add test for 'dir'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13841&r2=1.13842
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-event.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-type.c.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-utils.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/python-internal.h.diff?cvsroot=src&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3077&r2=1.3078
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-events.exp.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-events.py.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-type.exp.diff?cvsroot=src&r1=1.20&r2=1.21

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug python/12070] gdb.Field object attributes not visible from "dir"
       [not found] <bug-12070-4717@http.sourceware.org/bugzilla/>
  2012-02-17 17:55 ` [Bug python/12070] gdb.Field object attributes not visible from "dir" tromey at redhat dot com
  2012-02-17 19:24 ` cvs-commit at gcc dot gnu.org
@ 2012-02-17 19:27 ` tromey at redhat dot com
  2 siblings, 0 replies; 3+ messages in thread
From: tromey at redhat dot com @ 2012-02-17 19:27 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

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

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2012-02-17 19:26:14 UTC ---
Fixed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2012-02-17 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-12070-4717@http.sourceware.org/bugzilla/>
2012-02-17 17:55 ` [Bug python/12070] gdb.Field object attributes not visible from "dir" tromey at redhat dot com
2012-02-17 19:24 ` cvs-commit at gcc dot gnu.org
2012-02-17 19:27 ` tromey 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).