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 vstinner
Recipients bkabrda, dmalcolm, python-dev, serhiy.storchaka, vstinner
Date 2015-02-05.11:25:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423135558.61.0.810429503746.issue22765@psf.upfronthosting.co.za>
In-reply-to
Content
A workaround is to check (once) that the command "set print entry-values no" and "set print address off" are supported.

Gdb provides its version in the Python API as a string: gdb.VERSION (ex: 'Fedora 7.8.2-38.fc21').
History
Date User Action Args
2015-02-05 11:25:58vstinnersetrecipients: + vstinner, dmalcolm, python-dev, serhiy.storchaka, bkabrda
2015-02-05 11:25:58vstinnersetmessageid: <1423135558.61.0.810429503746.issue22765@psf.upfronthosting.co.za>
2015-02-05 11:25:58vstinnerlinkissue22765 messages
2015-02-05 11:25:58vstinnercreate