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 mshroyer
Recipients mshroyer
Date 2012-12-07.18:04:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354903492.9.0.822155625877.issue16637@psf.upfronthosting.co.za>
In-reply-to
Content
When debugging a Python process in GDB with output-radix 16, the py-bt, py-locals, py-value, etc. commands from python-gdb.py fail with messages like "(unable to read python frame information)".

The problem comes down to the int_from_int function attempting to convert its string argument from a base-10 integer representation, even if that string is something like "0xf".  The attached patch fixes this.
History
Date User Action Args
2012-12-07 18:04:52mshroyersetrecipients: + mshroyer
2012-12-07 18:04:52mshroyersetmessageid: <1354903492.9.0.822155625877.issue16637@psf.upfronthosting.co.za>
2012-12-07 18:04:52mshroyerlinkissue16637 messages
2012-12-07 18:04:52mshroyercreate