This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jtaylor
Recipients dcoles, dmalcolm, doko, jtaylor, pitrou
Date 2013-11-04.23:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383608727.96.0.100856609146.issue19308@psf.upfronthosting.co.za>
In-reply-to
Content
I tested the latest patch (python27-gdb_py3.patch) with ubuntu 13.10 gdb compiled against python3.3, while it fixes the syntax errors it does not fix the functionality.
E.g. one gets this error on breakpoints:

Python Exception <class 'gdb.error'> There is no member named length.: 
Breakpoint 3, PyTuple_Size (op=) at ../Objects/tupleobject.c:127

and the objects are not printed in their string representation as they should be with the plugin.
History
Date User Action Args
2013-11-04 23:45:28jtaylorsetrecipients: + jtaylor, doko, pitrou, dmalcolm, dcoles
2013-11-04 23:45:27jtaylorsetmessageid: <1383608727.96.0.100856609146.issue19308@psf.upfronthosting.co.za>
2013-11-04 23:45:27jtaylorlinkissue19308 messages
2013-11-04 23:45:27jtaylorcreate