public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/13327] New: expose value laziness to python
@ 2011-10-20 14:38 tromey at redhat dot com
  2011-10-25 18:35 ` [Bug python/13327] " cvs-commit at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-10-20 14:38 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 13327
           Summary: expose value laziness to python
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tromey@redhat.com
    Classification: Unclassified


The gdb.Value API should expose whether the value is lazy
(via a new attribute) and provide a method to un-lazy the value.

-- 
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] 4+ messages in thread

* [Bug python/13327] expose value laziness to python
  2011-10-20 14:38 [Bug python/13327] New: expose value laziness to python tromey at redhat dot com
@ 2011-10-25 18:35 ` cvs-commit at gcc dot gnu.org
  2011-10-25 18:36 ` cvs-commit at gcc dot gnu.org
  2011-11-02 13:37 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-10-25 18:35 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-10-25 18:34:55 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    pkoning@sourceware.org    2011-10-25 18:34:51

Modified files:
    gdb            : ChangeLog 
    gdb/python     : py-value.c 

Log message:
    PR python/13327

    * python/py-value.c (value_to_value_object): Remove fetching of
    the value if it was lazy.
    (valpy_get_is_lazy): New function.
    (valpy_fetch_lazy): New function.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13456&r2=1.13457
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-value.c.diff?cvsroot=src&r1=1.28&r2=1.29

-- 
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] 4+ messages in thread

* [Bug python/13327] expose value laziness to python
  2011-10-20 14:38 [Bug python/13327] New: expose value laziness to python tromey at redhat dot com
  2011-10-25 18:35 ` [Bug python/13327] " cvs-commit at gcc dot gnu.org
@ 2011-10-25 18:36 ` cvs-commit at gcc dot gnu.org
  2011-11-02 13:37 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-10-25 18:36 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-10-25 18:35:24 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    pkoning@sourceware.org    2011-10-25 18:35:19

Modified files:
    gdb/doc        : ChangeLog gdb.texinfo 

Log message:
    PR python/13327

    * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
    fetch_lazy method.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1231&r2=1.1232
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.880&r2=1.881

-- 
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] 4+ messages in thread

* [Bug python/13327] expose value laziness to python
  2011-10-20 14:38 [Bug python/13327] New: expose value laziness to python tromey at redhat dot com
  2011-10-25 18:35 ` [Bug python/13327] " cvs-commit at gcc dot gnu.org
  2011-10-25 18:36 ` cvs-commit at gcc dot gnu.org
@ 2011-11-02 13:37 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-11-02 13:37 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

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

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2011-11-02 13:37:01 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] 4+ messages in thread

end of thread, other threads:[~2011-11-02 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-20 14:38 [Bug python/13327] New: expose value laziness to python tromey at redhat dot com
2011-10-25 18:35 ` [Bug python/13327] " cvs-commit at gcc dot gnu.org
2011-10-25 18:36 ` cvs-commit at gcc dot gnu.org
2011-11-02 13:37 ` 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).