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/13264] latent bugs in py-value.c


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

Phil Muldoon <pmuldoon at redhat dot com> changed:

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

--- Comment #1 from Phil Muldoon <pmuldoon at redhat dot com> 2011-10-07 14:06:31 UTC ---
2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>

    PR python/13624

    * python/py-value.c (valpy_call): Check that arguments are
    a tuple.
    (is_intlike): Remove call to CHECK_TYPEDEF.
    (valpy_nonzero): Catch GDB exceptions.
    (valpy_absolute): Ditto.
    (valpy_lazy_string): Ditto.
    (valpy_call): Ditto.
    (valpy_get_is_optimized_out): Ditto.
    (valpy_long): Ditto.
    (valpy_float): Ditto.
    (valpy_int): Call CHECK_TYPEDEF.  Catch GDB exceptions.
    (valpy_richcompare): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13381&r2=1.13382
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-value.c.diff?cvsroot=src&r1=1.26&r2=1.27

-- 
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.


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